diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-09-03 23:26:07 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-09-03 23:26:07 +0200 |
| commit | 8613d599487d58e03bf40f825cb2f9cd36406c85 (patch) | |
| tree | aef9c59a24697479e8bc8f809ca6d7ad4c819058 | |
| parent | 44439d44705e2d1a2db4e51ab892aa0befbbe7e7 (diff) | |
| download | nixos-8613d599487d58e03bf40f825cb2f9cd36406c85.tar nixos-8613d599487d58e03bf40f825cb2f9cd36406c85.tar.gz nixos-8613d599487d58e03bf40f825cb2f9cd36406c85.tar.bz2 nixos-8613d599487d58e03bf40f825cb2f9cd36406c85.tar.xz nixos-8613d599487d58e03bf40f825cb2f9cd36406c85.zip | |
…
| -rw-r--r-- | custom/trivmix-service.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index c79eaf17..985ded80 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
| @@ -43,7 +43,7 @@ let | |||
| 43 | }; | 43 | }; |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | service = name: mixerCfg: (with mixerCfg; let | 46 | service = name: mixerCfg: with mixerCfg; let |
| 47 | connectIn = if isList mixerCfg.connectIn then mixerCfg.connectIn else singleton mixerCfg.connectIn; | 47 | connectIn = if isList mixerCfg.connectIn then mixerCfg.connectIn else singleton mixerCfg.connectIn; |
| 48 | connectOut = if isList mixerCfg.connectOut then mixerCfg.connectOut else singleton mixerCfg.connectOut; | 48 | connectOut = if isList mixerCfg.connectOut then mixerCfg.connectOut else singleton mixerCfg.connectOut; |
| 49 | 49 | ||
| @@ -75,7 +75,7 @@ let | |||
| 75 | Nice = "-10"; | 75 | Nice = "-10"; |
| 76 | LimitRTPRIO = "95:95"; | 76 | LimitRTPRIO = "95:95"; |
| 77 | LimitMEMLOCK = "infinity"; | 77 | LimitMEMLOCK = "infinity"; |
| 78 | };); | 78 | }; |
| 79 | in { | 79 | in { |
| 80 | options.services.trivmix = mkOption { | 80 | options.services.trivmix = mkOption { |
| 81 | type = types.attrsOf (types.submodule mixerModule); | 81 | type = types.attrsOf (types.submodule mixerModule); |
