diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 6a6c6e9..60668e7 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -61,7 +61,7 @@ in users.users.danny = { isNormalUser = true; - extraGroups = [ "wheel" "openclaw" ]; + extraGroups = [ "wheel" ]; # Password is locked (key-only SSH). Use NixOS installer or recovery to reset if needed. };