summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/trivmix-service.nix4
1 files changed, 2 insertions, 2 deletions
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
43 }; 43 };
44 }; 44 };
45 45
46 service = name: mixerCfg: let 46 service = name: 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
@@ -77,7 +77,7 @@ let
77 Nice = "-10"; 77 Nice = "-10";
78 LimitRTPRIO = "95:95"; 78 LimitRTPRIO = "95:95";
79 LimitMEMLOCK = "infinity"; 79 LimitMEMLOCK = "infinity";
80 }; 80 });
81in { 81in {
82 options.services.trivmix = mkOption { 82 options.services.trivmix = mkOption {
83 type = types.attrsOf (types.submodule mixerModule); 83 type = types.attrsOf (types.submodule mixerModule);