summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index d1d8d59..5a65df7 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -24,11 +24,16 @@
'';
settings = {
substituters = [
- "https://cache-nixos.org"
+ "https://cache.nixos.org"
"https://polwex.cachix.org"
+ "https://nix-community.cachix.org"
+ "https://nix-gaming.cachix.org"
];
trusted-public-keys = [
+ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"polwex.cachix.org-1:6Qk8lW0wZ9omwmURpPQUEDUHAb6Nsb+f+pdH2hppBZY="
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
];
keep-outputs = true;