summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-21 17:13:57 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-21 17:13:57 +0200
commit9f7e8810e661a3ed1cfc533730e10a3c15f3ab35 (patch)
tree85d773625d52b2e295b955f6bfc75c24404a7799 /bragi.nix
parentb82025096abc63a46d53adcad27516ab5b546830 (diff)
downloadnixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar
nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar.gz
nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar.bz2
nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.tar.xz
nixos-9f7e8810e661a3ed1cfc533730e10a3c15f3ab35.zip
syntax fix
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index b68c2fbe..e07d1789 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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"; };