Add danny to openclaw group for secret file access

This commit is contained in:
Hara 2026-04-24 10:37:53 +02:00
parent b0c8664f5c
commit e8d4bbf24b

View file

@ -61,7 +61,7 @@ in
users.users.danny = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "openclaw" ];
# Password is locked (key-only SSH). Use NixOS installer or recovery to reset if needed.
};