feat(nix): allow remote building
This commit is contained in:
parent
c7558cd6ef
commit
ace3811a0b
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
|
|
||||||
|
# remote building
|
||||||
|
trusted-users = ["matt"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue