From c98253f654d0db1108c68526817afcde55df4910 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 12 Jul 2026 00:08:11 -0700 Subject: [PATCH] low latency off by default --- modules/ezpw.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {