[louse] add user to pipewire group

This commit is contained in:
System administrator
2024-12-20 21:19:24 +01:00
parent 3855130d41
commit e7710d63a3
2 changed files with 1 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ in
{
users.users.malobeo = {
isNormalUser = true;
extraGroups = [ "wheel" "pulse-access" "scanner" "lp" ];
extraGroups = [ "pipewire" "wheel" "pulse-access" "scanner" "lp" ];
openssh.authorizedKeys.keys = sshKeys.admins;
initialPassword = "test";
};