From 5291bd704f37ae6b95c981ae80fe01df4438e166 Mon Sep 17 00:00:00 2001 From: devhell Date: Wed, 14 Oct 2020 15:55:49 +0100 Subject: 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. --- modules/user/devhell/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user') 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"; }; }; -- cgit 1.4.1