Added users to the audio group
This commit is contained in:
parent
31188f0438
commit
a43d2bf6b5
|
@ -37,6 +37,12 @@
|
|||
];
|
||||
};
|
||||
users.groups.mixer = { };
|
||||
users.groups.audio = {
|
||||
members = [
|
||||
"mixer"
|
||||
"local"
|
||||
];
|
||||
};
|
||||
|
||||
# wprsd service
|
||||
systemd.user.services.wprsd = {
|
||||
|
|
Loading…
Reference in New Issue