diff options
m--------- | custom/trivmix | 0 | ||||
-rw-r--r-- | custom/trivmix-service.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/custom/trivmix b/custom/trivmix | |||
Subproject d93226b3ad30e65a607a0ee47acd32de844d312 | Subproject 6b2a21404d2a4fa2c17c4cf36defe0623016b02 | ||
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index 8c316e67..f18e1ef6 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -62,7 +62,7 @@ let | |||
62 | requires = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; | 62 | requires = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; |
63 | path = with pkgs; [ jack2Full ]; | 63 | path = with pkgs; [ jack2Full ]; |
64 | serviceConfig = { | 64 | serviceConfig = { |
65 | Type = "simple"; | 65 | Type = "notify"; |
66 | ExecStart = ''${pkgs.trivmix}/bin/trivmix --client ${name} \ | 66 | ExecStart = ''${pkgs.trivmix}/bin/trivmix --client ${name} \ |
67 | ${optionalString connect "--run ${connectScript}"} \ | 67 | ${optionalString connect "--run ${connectScript}"} \ |
68 | "--level ${initial}" \ | 68 | "--level ${initial}" \ |