summaryrefslogtreecommitdiff
path: root/modules/nix.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 16:40:58 -0700
committerFuwn <[email protected]>2024-08-30 16:40:58 -0700
commit52306bb5f72d31012e47cdc9735836f34129a2ec (patch)
tree8ff9f9a55485c71b25fe85fc46de6d780c6e0fed /modules/nix.nix
parentupdate (diff)
downloadnixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.tar.xz
nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.zip
update
Diffstat (limited to 'modules/nix.nix')
-rw-r--r--modules/nix.nix8
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 = [