diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 16:23:38 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 16:24:15 +0200 |
| commit | 9ac0e3b4936dc6662311e80c1ceda0ced02a2f95 (patch) | |
| tree | 244cd545962eaf1b4f1eaf6a725a7f468a9fdd99 | |
| parent | d89a0920ec1bcfc0f3788e4aa2bdb46886d556d0 (diff) | |
| download | nixos-9ac0e3b4936dc6662311e80c1ceda0ced02a2f95.tar nixos-9ac0e3b4936dc6662311e80c1ceda0ced02a2f95.tar.gz nixos-9ac0e3b4936dc6662311e80c1ceda0ced02a2f95.tar.bz2 nixos-9ac0e3b4936dc6662311e80c1ceda0ced02a2f95.tar.xz nixos-9ac0e3b4936dc6662311e80c1ceda0ced02a2f95.zip | |
no pulseaudio on bragi
| -rw-r--r-- | bragi.nix | 21 |
1 files changed, 0 insertions, 21 deletions
| @@ -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"; |
