diff options
| -rw-r--r-- | bragi.nix | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -136,6 +136,12 @@ in rec { | |||
| 136 | systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; }; | 136 | systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; }; |
| 137 | systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; }; | 137 | systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; }; |
| 138 | 138 | ||
| 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"; }; | ||
| 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 | |||
| 139 | services.mpd = { | 145 | services.mpd = { |
| 140 | enable = true; | 146 | enable = true; |
| 141 | musicDirectory = "/media/odin/music"; | 147 | musicDirectory = "/media/odin/music"; |
