summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 6c635060..3418dc93 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -134,7 +134,7 @@ in rec {
134 hardware.pulseaudio = { 134 hardware.pulseaudio = {
135 enable = true; 135 enable = true;
136 package = with pkgs; pulseaudioFull; 136 package = with pkgs; pulseaudioFull;
137 # systemWide = true; 137 systemWide = true;
138 tcp.enable = true; 138 tcp.enable = true;
139 zeroconf.publish.enable = true; 139 zeroconf.publish.enable = true;
140 zeroconf.discovery.enable = true; 140 zeroconf.discovery.enable = true;