ops/nixos/common: fixes for newer nix

urgh, deep call trees
This commit is contained in:
Luke Granger-Brown 2024-06-09 00:53:22 +01:00
parent a6906cd1a6
commit 15124057c8

View file

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