low latency off by default

This commit is contained in:
notgne2 2026-07-12 00:08:11 -07:00
parent 8bfa468543
commit c98253f654
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ in {
lowLatency = mkOption {
type = types.bool;
description = "Enable low latency configuration";
default = true;
default = false;
};
usbSoundcard = mkOption {