summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index 91f90a5..43103c5 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -23,6 +23,18 @@
experimental-features = nix-command flakes
'';
settings = {
+ substituters = [
+ "https://cache-nixos.org"
+ "https://cuda-maintainers.cachix.org"
+ "https://nix-community.cachix.org"
+ "https://nix-gaming.cachix.org"
+ ];
+ trusted-public-keys = [
+ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+ "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
+ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
+ ];
keep-outputs = true;
keep-derivations = true;
trusted-users = ["root" "y"];