summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/bragi.nix b/bragi.nix
index 9143e793..e0d3623d 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -123,11 +123,9 @@ in rec {
123 enable = true; 123 enable = true;
124 package = with pkgs; pulseaudioFull; 124 package = with pkgs; pulseaudioFull;
125 systemWide = true; 125 systemWide = true;
126 tcp = { 126 tcp.enable = true;
127 enable = true; 127 zeroconf.publish.enable = true;
128 zeroconf.publish.enable = true; 128 zeroconf.discovery.enable = true;
129 zeroconf.discovery.enable = true;
130 };
131 }; 129 };
132 130
133 services.mpd = { 131 services.mpd = {