diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-02 18:40:02 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-02 18:40:02 -0600 |
| commit | 1d39c2ad9066452b3e3f639d2323cf61a9a6a818 (patch) | |
| tree | a3624a19938a1e5eacfad91281d0662e2adaa6d3 /modules/nixos/nix-common.nix | |
| parent | c0161445b6a14255cf75f09e17ba28f49ed5f5b1 (diff) | |
lix is an alternative to the cppnix compiler
Diffstat (limited to 'modules/nixos/nix-common.nix')
| -rw-r--r-- | modules/nixos/nix-common.nix | 2 |
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 |
