diff --git a/shared/core/nix.nix b/shared/core/nix.nix index 7886deb..f0e55fd 100644 --- a/shared/core/nix.nix +++ b/shared/core/nix.nix @@ -13,6 +13,10 @@ in with lib; { ''; nix.registry.nixpkgs.flake = nixpkgs; nix.registry.pwnix.flake = pwnix; + nix.settings.trusted-users = [ + "@wheel" + "root" + ]; }; }