Users: add shared users group
This commit is contained in:
parent
9752e5a12b
commit
22d84a9d73
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue