ops/nixos/common: enable flakes everywhere

This commit is contained in:
Luke Granger-Brown 2024-10-06 19:21:18 +01:00
parent 9c21d79a87
commit 48ab379c38

View file

@ -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";
};