summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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;