summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-19 19:46:48 -0400
committerseth <[email protected]>2023-08-19 19:46:48 -0400
commitfdd3ba015f9c54336ad3bd7a4e6611608cefb0aa (patch)
tree26a6d6a3f2eda55fdf1f14453157df9cfdd8797b /hosts
parente1896c62b007e80e159884fc0b05b435cd93c106 (diff)
hosts/atlas+p-body: remove regular users from wheel
Diffstat (limited to 'hosts')
-rw-r--r--hosts/atlas/default.nix1
-rw-r--r--hosts/p-body/default.nix1
2 files changed, 0 insertions, 2 deletions
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;
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index d6cbd4d..299a237 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -58,7 +58,6 @@
];
users.users.p-body = {
- extraGroups = ["wheel"];
isNormalUser = true;
shell = pkgs.bash;
passwordFile = config.age.secrets.userPassword.path;