diff options
| author | Fuwn <[email protected]> | 2024-08-30 16:40:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 16:40:58 -0700 |
| commit | 52306bb5f72d31012e47cdc9735836f34129a2ec (patch) | |
| tree | 8ff9f9a55485c71b25fe85fc46de6d780c6e0fed /modules/nix.nix | |
| parent | update (diff) | |
| download | nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.tar.xz nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.zip | |
update
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 = [ |