diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-03 15:43:50 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-03 15:43:50 +0100 |
commit | 837fc46618162b1c941fe0587e175542a377fed0 (patch) | |
tree | b4d09d701c021f27567c7d7254fb92f92bc71ad8 | |
parent | bec33e1c9d1305b86c5be5bc508f1daa72f6d9c0 (diff) | |
download | nixos-837fc46618162b1c941fe0587e175542a377fed0.tar nixos-837fc46618162b1c941fe0587e175542a377fed0.tar.gz nixos-837fc46618162b1c941fe0587e175542a377fed0.tar.bz2 nixos-837fc46618162b1c941fe0587e175542a377fed0.tar.xz nixos-837fc46618162b1c941fe0587e175542a377fed0.zip |
Additional audio ports
-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"; |