diff options
Diffstat (limited to 'modules/nix.nix')
| -rw-r--r-- | modules/nix.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/nix.nix b/modules/nix.nix index 65413f0..8efc3ef 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -10,7 +10,6 @@ # sandbox = "relaxed"; trusted-users = [ - "root" "@wheel" ]; @@ -20,9 +19,14 @@ ]; substituters = [ + "https://cache.nixos.org/" "https://nix-community.cachix.org" "https://hyprland.cachix.org" - "https://ghostty.cachix.org" + ]; + + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; experimental-features = [ |