diff options
Diffstat (limited to 'custom/trivmix-service.nix')
-rw-r--r-- | custom/trivmix-service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index ff5d36ff..c79eaf17 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -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); |