1757477924
This commit is contained in:
@@ -11,4 +11,13 @@
|
|||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.pipewire.extraConfig.pipewire."92-low-latency" = {
|
||||||
|
"context.properties" = {
|
||||||
|
"default.clock.rate" = 48000;
|
||||||
|
"default.clock.quantum" = 32;
|
||||||
|
"default.clock.min-quantum" = 32;
|
||||||
|
"default.clock.max-quantum" = 32;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
@@ -15,4 +15,6 @@
|
|||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
"nvidia_drm" "nvidia_modeset" "nvidia" "nvidia_uvm"
|
"nvidia_drm" "nvidia_modeset" "nvidia" "nvidia_uvm"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernelParams = [ "preempt=full" ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user