users/infinidoge: replace adm group with systemd-journal

This commit is contained in:
Infinidoge 2024-05-11 04:17:25 -04:00
parent d125b1ed38
commit 71e30a1820
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -111,7 +111,6 @@ in
isNormalUser = true;
extraGroups = [
"adbusers"
"adm"
"bluetooth"
"borg"
"dialout"
@ -124,6 +123,7 @@ in
"minecraft"
"nginx"
"plugdev"
"systemd-journal"
"video"
"wheel"
];