From fdd3ba015f9c54336ad3bd7a4e6611608cefb0aa Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 19 Aug 2023 19:46:48 -0400 Subject: hosts/atlas+p-body: remove regular users from wheel --- hosts/atlas/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/atlas/default.nix') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 2d19e5b..d42ae99 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -25,7 +25,6 @@ users.users = { atlas = { - extraGroups = ["wheel"]; isNormalUser = true; shell = pkgs.bash; passwordFile = config.age.secrets.userPassword.path; -- cgit v1.2.3