diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:36:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:36:24 +0200 |
commit | 10118c59ec1dc72f510d1b81c3e0a30866096e90 (patch) | |
tree | bcdc3fc20cf747e363919ea02ea13877b3161c53 /bragi.nix | |
parent | 5d5ccae877374a1cc4796e401a7911f3c43dd233 (diff) | |
download | nixos-10118c59ec1dc72f510d1b81c3e0a30866096e90.tar nixos-10118c59ec1dc72f510d1b81c3e0a30866096e90.tar.gz nixos-10118c59ec1dc72f510d1b81c3e0a30866096e90.tar.bz2 nixos-10118c59ec1dc72f510d1b81c3e0a30866096e90.tar.xz nixos-10118c59ec1dc72f510d1b81c3e0a30866096e90.zip |
new trivmix config with groups
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -96,14 +96,14 @@ | |||
96 | }; | 96 | }; |
97 | }; | 97 | }; |
98 | 98 | ||
99 | systemd.services."mpdmix0" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "mpdmix0"; connectOut = "system:playback_3"; }).out; | 99 | systemd.services."mpdmix0" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "mpdmix0"; connectOut = "system:playback_3"; group = "mpd"; }).out; |
100 | systemd.services."mpdmix1" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "mpdmix1"; connectOut = "system:playback_4"; }).out; | 100 | systemd.services."mpdmix1" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "mpdmix1"; connectOut = "system:playback_4"; group = "mpd"; }).out; |
101 | 101 | ||
102 | systemd.services."passmix0" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix0"; connectOut = "system:playback_3"; connectIn = "system:capture_5"; }).out; | 102 | systemd.services."passmix0" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix0"; connectOut = "system:playback_3"; connectIn = "system:capture_5"; group = "vali_out"; }).out; |
103 | systemd.services."passmix1" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix1"; connectOut = "system:playback_4"; connectIn = "system:capture_6"; }).out; | 103 | systemd.services."passmix1" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix1"; connectOut = "system:playback_4"; connectIn = "system:capture_6"; group = "vali_out"; }).out; |
104 | 104 | ||
105 | systemd.services."passmix2" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix2"; connectOut = "system:playback_5"; connectIn = "system:capture_1"; }).out; | 105 | systemd.services."passmix2" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix2"; connectOut = "system:playback_5"; connectIn = "system:capture_1"; group = "vali_in"; }).out; |
106 | systemd.services."passmix3" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix3"; connectOut = "system:playback_6"; connectIn = "system:capture_1"; }).out; | 106 | systemd.services."passmix3" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix3"; connectOut = "system:playback_6"; connectIn = "system:capture_1"; group = "vali_in"; }).out; |
107 | 107 | ||
108 | services.mpd = { | 108 | services.mpd = { |
109 | enable = true; | 109 | enable = true; |