summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-09-03 22:04:18 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-09-03 22:04:18 +0200
commit893cb5660a51ea43bed7497bb7f03f879378795e (patch)
tree0ed11c1bd8774d50299c5cf03c1f541e9bb74b42
parent076a87e9784635b679ab337b74ebc617c4e2dd3d (diff)
downloadnixos-893cb5660a51ea43bed7497bb7f03f879378795e.tar
nixos-893cb5660a51ea43bed7497bb7f03f879378795e.tar.gz
nixos-893cb5660a51ea43bed7497bb7f03f879378795e.tar.bz2
nixos-893cb5660a51ea43bed7497bb7f03f879378795e.tar.xz
nixos-893cb5660a51ea43bed7497bb7f03f879378795e.zip
outnodes should not be adjustable
-rw-r--r--bragi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index 40c71def..111254d2 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -157,8 +157,8 @@ in rec {
157 passmix4 = { connectOut = "outnode0:in"; connectIn = "system:capture_7"; group = "hel_out"; initial = "-5dB"; }; 157 passmix4 = { connectOut = "outnode0:in"; connectIn = "system:capture_7"; group = "hel_out"; initial = "-5dB"; };
158 passmix5 = { connectOut = "outnode1:in"; connectIn = "system:capture_8"; group = "hel_out"; initial = "-5dB"; }; 158 passmix5 = { connectOut = "outnode1:in"; connectIn = "system:capture_8"; group = "hel_out"; initial = "-5dB"; };
159 159
160 outnode0 = { initial = "1"; }; 160 outnode0 = { initial = "1"; adjustable = false; };
161 outnode1 = { initial = "1"; }; 161 outnode1 = { initial = "1"; adjustable = false; };
162 162
163 headphones0 = { connectOut = "system:playback_3"; connectIn = "outnode0:out"; group = "headphones"; initial = "1"; }; 163 headphones0 = { connectOut = "system:playback_3"; connectIn = "outnode0:out"; group = "headphones"; initial = "1"; };
164 headphones1 = { connectOut = "system:playback_4"; connectIn = "outnode1:out"; group = "headphones"; initial = "1"; }; 164 headphones1 = { connectOut = "system:playback_4"; connectIn = "outnode1:out"; group = "headphones"; initial = "1"; };