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:
Hara 2026-04-24 11:24:27 +02:00
parent e8d4bbf24b
commit 6ef7112ae0

View file

@ -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.
};