diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -139,9 +139,6 @@ in rec { | |||
139 | systemd.services."passmix6" = trivmixService { name = "passmix6"; connectOut = "system:playback_7"; connectIn = "system:capture_1"; group = "hel_in"; }; | 139 | systemd.services."passmix6" = trivmixService { name = "passmix6"; connectOut = "system:playback_7"; connectIn = "system:capture_1"; group = "hel_in"; }; |
140 | systemd.services."passmix7" = trivmixService { name = "passmix7"; connectOut = "system:playback_8"; connectIn = "system:capture_1"; group = "hel_in"; }; | 140 | systemd.services."passmix7" = trivmixService { name = "passmix7"; connectOut = "system:playback_8"; connectIn = "system:capture_1"; group = "hel_in"; }; |
141 | 141 | ||
142 | systemd.services."passmix8" = trivmixService { name = "passmix8"; connectOut = "system:playback_3"; connectIn = "system:capture_3"; group = "analog"; }; | ||
143 | systemd.services."passmix9" = trivmixService { name = "passmix9"; connectOut = "system:playback_4"; connectIn = "system:capture_4"; group = "analog"; }; | ||
144 | |||
145 | services.mpd = { | 142 | services.mpd = { |
146 | enable = true; | 143 | enable = true; |
147 | musicDirectory = "/media/odin/music"; | 144 | musicDirectory = "/media/odin/music"; |