diff --git a/hosts/common/configs/system/nix/default.nix b/hosts/common/configs/system/nix/default.nix index aee9cdf..b3fbda3 100644 --- a/hosts/common/configs/system/nix/default.nix +++ b/hosts/common/configs/system/nix/default.nix @@ -35,10 +35,7 @@ nix = { settings = { - trusted-users = [ - "root" - "@wheel" - ]; + trusted-users = lib.mkAfter [ "@wheel" ]; use-xdg-base-directories = true; experimental-features = [ "nix-command"