Users: add shared users group
This commit is contained in:
parent
9752e5a12b
commit
22d84a9d73
|
@ -50,6 +50,7 @@ in
|
|||
"plugdev"
|
||||
"tss"
|
||||
"wheel"
|
||||
"users"
|
||||
]; # tss group has access to TPM devices
|
||||
|
||||
# Allow systemd services to run even while aires is logged out
|
||||
|
|
|
@ -27,6 +27,7 @@ in
|
|||
extraGroups = [
|
||||
"networkmanager"
|
||||
"input"
|
||||
"groups"
|
||||
];
|
||||
|
||||
# Allow systemd services to keep running even while gremlin is logged out
|
||||
|
|
Loading…
Reference in a new issue