summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/trivmix-service.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix
index 218d8d5f..b58a5fb9 100644
--- a/custom/trivmix-service.nix
+++ b/custom/trivmix-service.nix
@@ -73,8 +73,8 @@ let
73 Nice = "-10"; 73 Nice = "-10";
74 LimitRTPRIO = "95:95"; 74 LimitRTPRIO = "95:95";
75 LimitMEMLOCK = "infinity"; 75 LimitMEMLOCK = "infinity";
76 ExecStart = "trivmix ${escapeShellArgs trivmixArgs}";
76 }; 77 };
77 script = "trivmix ${escapeShellArgs trivmixArgs}";
78 }; 78 };
79in { 79in {
80 options.services.trivmix = mkOption { 80 options.services.trivmix = mkOption {