summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/bragi.nix b/bragi.nix
index 3418dc93..c2b02cb1 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -119,27 +119,6 @@ in rec {
119 systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; }; 119 systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; };
120 systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; }; 120 systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; };
121 121
122 services.avahi = {
123 enable = true;
124 domainName = "bragisheimr.yggdrasil";
125 browseDomains = [ "asgard.yggdrasil"
126 "yggdrasil"
127 ];
128 publish = {
129 enable = true;
130 domain = true;
131 };
132 };
133
134 hardware.pulseaudio = {
135 enable = true;
136 package = with pkgs; pulseaudioFull;
137 systemWide = true;
138 tcp.enable = true;
139 zeroconf.publish.enable = true;
140 zeroconf.discovery.enable = true;
141 };
142
143 services.mpd = { 122 services.mpd = {
144 enable = true; 123 enable = true;
145 musicDirectory = "/media/odin/music"; 124 musicDirectory = "/media/odin/music";