parent
09bf854468
commit
0a60fa42a4
2 changed files with 6 additions and 2 deletions
common
|
@ -28,11 +28,16 @@
|
|||
nix = {
|
||||
# Edit nix.conf
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
# Store
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
auto-optimise-store = true;
|
||||
|
||||
# Commands
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
http-connections = 0; # unlimited for local cache
|
||||
warn-dirty = false;
|
||||
show-trace = true;
|
||||
|
||||
# remote building
|
||||
trusted-users = ["matt" "nixremote"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue