remove fish shell init thing
This commit is contained in:
parent
4db1d965e6
commit
da7a0d3ec6
2 changed files with 7 additions and 14 deletions
12
common.nix
12
common.nix
|
@ -40,12 +40,12 @@
|
|||
daemonCPUSchedPolicy = lib.mkDefault "idle";
|
||||
trustedUsers = ["root" "builder" "@wheel"];
|
||||
|
||||
extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
experimental-features = nix-command flakes
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
settings = {
|
||||
builders-use-substitutes = true;
|
||||
experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
};
|
||||
};
|
||||
|
||||
# make nginx have good logging and defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue