From 1d39c2ad9066452b3e3f639d2323cf61a9a6a818 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 2 Jun 2024 18:40:02 -0600 Subject: lix is an alternative to the cppnix compiler --- modules/nixos/nix-common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/nixos/nix-common.nix') 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 -- cgit v1.2.3