Added users to the audio group

This commit is contained in:
Jan-Bulthuis 2025-04-16 21:35:26 +02:00
parent 31188f0438
commit a43d2bf6b5
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
];
};
users.groups.mixer = { };
users.groups.audio = {
members = [
"mixer"
"local"
];
};
# wprsd service
systemd.user.services.wprsd = {