diff --git a/common/base.nix b/common/base.nix index 425b925..495712d 100644 --- a/common/base.nix +++ b/common/base.nix @@ -30,7 +30,6 @@ auto-optimise-store = true; warn-dirty = false; - trustedUsers = [ "@wheel" ]; }; # This will add each flake input as a registry diff --git a/hosts/enry/configuration.nix b/hosts/enry/configuration.nix index c78114b..5fbf5cf 100644 --- a/hosts/enry/configuration.nix +++ b/hosts/enry/configuration.nix @@ -18,9 +18,11 @@ in { hostName = "enry"; }; - users.users.user = { + nix.settings.trusted-users = [ "root" "@wheel" ]; + + users.users.tasia = { isNormalUser = true; - description = "User"; + description = "Tasia"; extraGroups = ["networkmanager" "wheel" "dialout"]; initialPassword = "correcthorsebatterystaple"; openssh.authorizedKeys.keys = [