users/colin: add myself to "audio" group so that wireplumber can access audio devices w/o systemd/logind

This commit is contained in:
Colin 2024-05-30 08:28:19 +00:00
parent 66c899d099
commit 0761b6135a

View File

@ -13,6 +13,7 @@
];
group = "users";
extraGroups = [
"audio" # for wireplumber, so i can access devices without logind
"clightning" # servo, for clightning-cli
"dialout" # required for modem access (moby)
"export" # to read filesystem exports (servo)