revert: remove danny from openclaw group
Widened access unnecessarily - use sudo -n instead for one-off secret reads. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e8d4bbf24b
commit
6ef7112ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue