diff --git a/modules/ezpw.nix b/modules/ezpw.nix index 266592b..cb5cfb6 100644 --- a/modules/ezpw.nix +++ b/modules/ezpw.nix @@ -13,7 +13,7 @@ in { lowLatency = mkOption { type = types.bool; description = "Enable low latency configuration"; - default = true; + default = false; }; usbSoundcard = mkOption {