From 837fc46618162b1c941fe0587e175542a377fed0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Mar 2017 15:43:50 +0100 Subject: Additional audio ports --- bragi.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index fe447e2d..1a77a024 100644 --- a/bragi.nix +++ b/bragi.nix @@ -136,6 +136,12 @@ in rec { systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; }; systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; }; + systemd.services."passmix6" = trivmixService { name = "passmix6"; connectOut = "system:playback_7"; connectIn = "system:capture_1"; group = "hel_in"; }; + systemd.services."passmix7" = trivmixService { name = "passmix7"; connectOut = "system:playback_8"; connectIn = "system:capture_1"; group = "hel_in"; }; + + systemd.services."passmix8" = trivmixService { name = "passmix8"; connectOut = "system:playback_3"; connectIn = "system:capture_3"; group = "analog"; }; + systemd.services."passmix9" = trivmixService { name = "passmix9"; connectOut = "system:playback_4"; connectIn = "system:capture_4"; group = "analog"; }; + services.mpd = { enable = true; musicDirectory = "/media/odin/music"; -- cgit v1.2.3