summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 23:40:30 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 23:40:30 +0200
commit1baf9dedd9285bfc5f15709ba95df383aefc77a6 (patch)
treeb0ece03c8aad1ec405e71bcd4e121cab2a09f9e6 /bragi.nix
parente5152dc54aa522a596a7fcfc4d6efc330ff5ce22 (diff)
downloadnixos-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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index ff310868..96d6d12f 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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";