1
0
Fork 0

Users: add shared users group

This commit is contained in:
Aires 2024-11-19 14:27:57 -05:00
parent 9752e5a12b
commit 22d84a9d73
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@ in
"plugdev" "plugdev"
"tss" "tss"
"wheel" "wheel"
"users"
]; # tss group has access to TPM devices ]; # tss group has access to TPM devices
# Allow systemd services to run even while aires is logged out # Allow systemd services to run even while aires is logged out

View file

@ -27,6 +27,7 @@ in
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"input" "input"
"groups"
]; ];
# Allow systemd services to keep running even while gremlin is logged out # Allow systemd services to keep running even while gremlin is logged out