users/infinidoge: replace adm group with systemd-journal
This commit is contained in:
parent
d125b1ed38
commit
71e30a1820
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,6 @@ in
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"adbusers"
|
"adbusers"
|
||||||
"adm"
|
|
||||||
"bluetooth"
|
"bluetooth"
|
||||||
"borg"
|
"borg"
|
||||||
"dialout"
|
"dialout"
|
||||||
|
@ -124,6 +123,7 @@ in
|
||||||
"minecraft"
|
"minecraft"
|
||||||
"nginx"
|
"nginx"
|
||||||
"plugdev"
|
"plugdev"
|
||||||
|
"systemd-journal"
|
||||||
"video"
|
"video"
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue