diff --git a/system/nix.nix b/system/nix.nix index 9af7534..f9b0a82 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -17,6 +17,7 @@ in optimise.automatic = true; settings = { auto-optimise-store = true; + trusted-users = [ "root" "@wheel" ]; substituters = [ "https://cache.nixos.org" "https://nix-community.cachix.org"