ops/nixos/common: fixes for newer nix
urgh, deep call trees
This commit is contained in:
parent
a6906cd1a6
commit
15124057c8
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@ 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";
|
||||
max-call-depth = "9000000";
|
||||
};
|
||||
};
|
||||
nixpkgs.config = depot.third_party.nixpkgsConfig;
|
||||
|
|
Loading…
Reference in a new issue