diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-21 17:13:57 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-21 17:13:57 +0200 |
commit | 9f7e8810e661a3ed1cfc533730e10a3c15f3ab35 (patch) | |
tree | 85d773625d52b2e295b955f6bfc75c24404a7799 | |
parent | b82025096abc63a46d53adcad27516ab5b546830 (diff) | |
download | nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar.gz nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar.bz2 nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar.xz nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.zip |
syntax fix
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ | |||
106 | }; | 106 | }; |
107 | 107 | ||
108 | systemd.services."mpdmix0" = trivmixService { name = "mpdmix0"; connectOut = "system:playback_3"; group = "mpd"; }; | 108 | systemd.services."mpdmix0" = trivmixService { name = "mpdmix0"; connectOut = "system:playback_3"; group = "mpd"; }; |
109 | systemd.services."mpdmix1" = trivmixService { name = "mpdmix1"; connectOut = "system:playback_4"; group = "mpd"; }).out; | 109 | systemd.services."mpdmix1" = trivmixService { name = "mpdmix1"; connectOut = "system:playback_4"; group = "mpd"; }; |
110 | 110 | ||
111 | systemd.services."passmix0" = trivmixService { name = "passmix0"; connectOut = "system:playback_3"; connectIn = "system:capture_5"; group = "vali_out"; }; | 111 | systemd.services."passmix0" = trivmixService { name = "passmix0"; connectOut = "system:playback_3"; connectIn = "system:capture_5"; group = "vali_out"; }; |
112 | systemd.services."passmix1" = trivmixService { name = "passmix1"; connectOut = "system:playback_4"; connectIn = "system:capture_6"; group = "vali_out"; }; | 112 | systemd.services."passmix1" = trivmixService { name = "passmix1"; connectOut = "system:playback_4"; connectIn = "system:capture_6"; group = "vali_out"; }; |