From 9f410a15f1a66acba4b3ab7f9168aa88255223e1 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 29 Apr 2019 18:40:43 +0100 Subject: profiles/base: Add `dev` to `audio` group Pulse used to work fine without this, something changed, and so I'm adding `dev` to `audio` as that seems to fix it. --- modules/user/devhell/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index 28c50c9f..b35f0f1e 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -48,7 +48,7 @@ in { users.users.dev = { isNormalUser = true; - extraGroups = [ "plugdev" "docker" "vboxusers" "wheel" "mpd" "libvirtd" "wireshark" "video" ]; + extraGroups = [ "plugdev" "docker" "vboxusers" "wheel" "mpd" "libvirtd" "wireshark" "video" "audio" ]; uid = 1000; shell = "${pkgs.zsh}/bin/zsh"; }; -- cgit 1.4.1