From beb1c8b5036cd8e753b840d2f04d37c9952d86e3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 3 Sep 2017 23:28:00 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/trivmix-service.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index fd4ccfec..c3cc3ec4 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix @@ -43,7 +43,7 @@ let }; }; - service = name: mixerCfg: let + service = name: mixerCfg: (let connectIn = if isList mixerCfg.connectIn then mixerCfg.connectIn else singleton mixerCfg.connectIn; connectOut = if isList mixerCfg.connectOut then mixerCfg.connectOut else singleton mixerCfg.connectOut; @@ -77,7 +77,7 @@ let Nice = "-10"; LimitRTPRIO = "95:95"; LimitMEMLOCK = "infinity"; - }; + }); in { options.services.trivmix = mkOption { type = types.attrsOf (types.submodule mixerModule); -- cgit v1.2.3