low latency off by default
This commit is contained in:
parent
8bfa468543
commit
c98253f654
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ in {
|
||||||
lowLatency = mkOption {
|
lowLatency = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = "Enable low latency configuration";
|
description = "Enable low latency configuration";
|
||||||
default = true;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
usbSoundcard = mkOption {
|
usbSoundcard = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue