ops/nixos/common: enable flakes everywhere
This commit is contained in:
parent
9c21d79a87
commit
48ab379c38
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ in
|
|||
trusted-users = [ "root" "@wheel" "deployer" ];
|
||||
substituters = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ];
|
||||
trusted-substituters = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ];
|
||||
experimental-features = "nix-command";
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
max-call-depth = "9000000";
|
||||
builders-use-substitutes = "true";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue