summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-07 22:39:48 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-07 22:39:48 +0200
commit2d92154b7e56b629de608623bf13508633988b60 (patch)
tree01a5272291c59ad5e90ebd1507a049485c393322
parent4846c68c4afe640c91440123b7bccb007be5dfbd (diff)
downloadnixos-2d92154b7e56b629de608623bf13508633988b60.tar
nixos-2d92154b7e56b629de608623bf13508633988b60.tar.gz
nixos-2d92154b7e56b629de608623bf13508633988b60.tar.bz2
nixos-2d92154b7e56b629de608623bf13508633988b60.tar.xz
nixos-2d92154b7e56b629de608623bf13508633988b60.zip
rename passmix for hel
-rw-r--r--bragi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index 57ebd42f..59ecccc8 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -116,8 +116,8 @@ in rec {
116 systemd.services."passmix2" = trivmixService { name = "passmix2"; connectOut = "system:playback_5"; connectIn = "system:capture_1"; group = "vali_in"; }; 116 systemd.services."passmix2" = trivmixService { name = "passmix2"; connectOut = "system:playback_5"; connectIn = "system:capture_1"; group = "vali_in"; };
117 systemd.services."passmix3" = trivmixService { name = "passmix3"; connectOut = "system:playback_6"; connectIn = "system:capture_1"; group = "vali_in"; }; 117 systemd.services."passmix3" = trivmixService { name = "passmix3"; connectOut = "system:playback_6"; connectIn = "system:capture_1"; group = "vali_in"; };
118 118
119 systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "skadhi_out"; }; 119 systemd.services."passmix4" = trivmixService { name = "passmix4"; connectOut = "system:playback_3"; connectIn = "system:capture_7"; group = "hel_out"; };
120 systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "skadhi_out"; }; 120 systemd.services."passmix5" = trivmixService { name = "passmix5"; connectOut = "system:playback_4"; connectIn = "system:capture_8"; group = "hel_out"; };
121 121
122 services.mpd = { 122 services.mpd = {
123 enable = true; 123 enable = true;