system: use exist option...
experimentalOptions instead of extraConfig
This commit is contained in:
parent
ebec7174a4
commit
fb529fb71f
1 changed files with 2 additions and 4 deletions
|
@ -124,13 +124,11 @@ in
|
|||
# Flakes settings
|
||||
package = pkgs.nixFlakes;
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
trusted-users = [ "root" "janabhumi" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue