summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index 91f90a5..d1d8d59 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -23,6 +23,14 @@
experimental-features = nix-command flakes
'';
settings = {
+ substituters = [
+ "https://cache-nixos.org"
+ "https://polwex.cachix.org"
+ ];
+ trusted-public-keys = [
+ "polwex.cachix.org-1:6Qk8lW0wZ9omwmURpPQUEDUHAb6Nsb+f+pdH2hppBZY="
+ ];
+
keep-outputs = true;
keep-derivations = true;
trusted-users = ["root" "y"];