diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index 5f97f38..446fa4c 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -78,6 +78,13 @@ environment.systemPackages = with pkgs; [ guitarix ]; + services.pipewire.extraConfig = { + jack."69-low-latency" = { + "jack.properties" = { + "node.latency" = "64/48000"; + }; + }; + }; musnix = { enable = true; rtcqs.enable = true;