From 04bbb9966ba29fca3026a606adaa42a8a415523b Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 29 Jun 2019 22:08:22 +0100 Subject: profiles/base: Allow mpd to access pulseaudio What would we do without Arch Linux' wiki, I wonder. --- modules/user/devhell/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index 3c3c4af2..ae7b5e74 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -41,6 +41,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