diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 8c747b7a..78b6b6d0 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -76,7 +76,7 @@ users.users.k-ot = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "audio" ]; };