From f121b5d4b2edd1beb6d00099daabcbdd59275771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 15 Aug 2020 19:45:55 +0200 Subject: [PATCH] pulsebert: add k-ot to audio group this is needed for pulseaudio --- hosts/pulsebert/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; };