about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-04-29 18:40:43 +0100
committerdevhell <devhell@mailfresser.de>2019-04-29 18:40:43 +0100
commit9f410a15f1a66acba4b3ab7f9168aa88255223e1 (patch)
treeab55fbf933f8df7781b73c4f282f7300d929ad62 /modules
parentb1b4cec1952eec778e9eb73aefab828cdfd654b5 (diff)
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
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";
     };