summaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos')
-rw-r--r--modules/nixos/nix-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nixos/nix-common.nix b/modules/nixos/nix-common.nix
index 237f83f..a3d291b 100644
--- a/modules/nixos/nix-common.nix
+++ b/modules/nixos/nix-common.nix
@@ -5,6 +5,8 @@
# Users allowed to run nix
allowed-users = [ "root" "@wheel" "@builders" "@video" ];
experimental-features = [ "nix-command" "flakes" ];
+ extra-substituters = [ "https://cache.lix.systems" ];
+ trusted-public-keys = [ "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ];
};
# Clean up old generations after 30 days