From 52306bb5f72d31012e47cdc9735836f34129a2ec Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 30 Aug 2024 16:40:58 -0700 Subject: update --- modules/nix.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'modules/nix.nix') 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 = [ -- cgit v1.2.3