diff options
| -rw-r--r-- | custom/trivmix-service.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index e8cb5072..a0c46db6 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
| @@ -59,6 +59,7 @@ let | |||
| 59 | in { | 59 | in { |
| 60 | wantedBy = [ "sound.target" ]; | 60 | wantedBy = [ "sound.target" ]; |
| 61 | requires = [ "jack.service" ]; | 61 | requires = [ "jack.service" ]; |
| 62 | path = with pkgs; [ jack2Full ]; | ||
| 62 | serviceConfig = { | 63 | serviceConfig = { |
| 63 | Type = "simple"; | 64 | Type = "simple"; |
| 64 | ExecStart = ''${pkgs.trivmix}/bin/trivmix --client ${name} \ | 65 | ExecStart = ''${pkgs.trivmix}/bin/trivmix --client ${name} \ |
