diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 23:40:30 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 23:40:30 +0200 |
commit | 1baf9dedd9285bfc5f15709ba95df383aefc77a6 (patch) | |
tree | b0ece03c8aad1ec405e71bcd4e121cab2a09f9e6 /bragi.nix | |
parent | e5152dc54aa522a596a7fcfc4d6efc330ff5ce22 (diff) | |
download | nixos-1baf9dedd9285bfc5f15709ba95df383aefc77a6.tar nixos-1baf9dedd9285bfc5f15709ba95df383aefc77a6.tar.gz nixos-1baf9dedd9285bfc5f15709ba95df383aefc77a6.tar.bz2 nixos-1baf9dedd9285bfc5f15709ba95df383aefc77a6.tar.xz nixos-1baf9dedd9285bfc5f15709ba95df383aefc77a6.zip |
passthrough of mic
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ | |||
99 | systemd.services."passmix0" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix0"; connectOut = "system:playback_3"; connectIn = "system:capture_5"; }).out; | 99 | systemd.services."passmix0" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix0"; connectOut = "system:playback_3"; connectIn = "system:capture_5"; }).out; |
100 | systemd.services."passmix1" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix1"; connectOut = "system:playback_4"; connectIn = "system:capture_6"; }).out; | 100 | systemd.services."passmix1" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix1"; connectOut = "system:playback_4"; connectIn = "system:capture_6"; }).out; |
101 | 101 | ||
102 | systemd.services."passmix2" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix2"; connectOut = "system:playback_5"; connectIn = "system:capture_1"; }).out; | ||
103 | systemd.services."passmix3" = (pkgs.callPackage ./custom/trivmix-service.nix { name = "passmix3"; connectOut = "system:playback_6"; connectIn = "system:capture_1"; }).out; | ||
104 | |||
102 | services.mpd = { | 105 | services.mpd = { |
103 | enable = true; | 106 | enable = true; |
104 | musicDirectory = "/media/odin/music"; | 107 | musicDirectory = "/media/odin/music"; |