about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-10-14 15:55:49 +0100
committerdevhell <devhell@mailfresser.de>2020-10-14 15:55:49 +0100
commit5291bd704f37ae6b95c981ae80fe01df4438e166 (patch)
treee23f9d438bd399ee1165d3b5460fe7010249261a /modules
parentcf8a093dd7acb0af42008110337189be24c9a462 (diff)
Revert "Revert "profiles/base: Allow mpd to access pulseaudio""
Well, that was a bit too hasty, I forgot that MPD runs as its own user
and therefore can't talk to pulseaudio if this isn't set.

This reverts commit dc4882e92f84c157d682b860365644ffd1f5c0d6.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 0a8bdd04..0932f7bc 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -40,6 +40,7 @@ in {
       pulseaudio = {
         enable = true;
         systemWide = false;
+        extraConfig = "load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1";
       };
     };