fix mistake from copypasting boilerplate
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
|||||||
cfg = config.${namespace}.performance-tuning;
|
cfg = config.${namespace}.performance-tuning;
|
||||||
in {
|
in {
|
||||||
options.${namespace}.performance-tuning.enable = lib.mkEnableOption "XFCE desktop environment";
|
options.${namespace}.performance-tuning.enable = lib.mkEnableOption "XFCE desktop environment";
|
||||||
config = lib.mkIf cfg.xfce.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"nvme_core.default_ps_max_latency_us=0"
|
"nvme_core.default_ps_max_latency_us=0"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user