summaryrefslogtreecommitdiff
path: root/modules/tlp.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-11 03:55:19 +0100
committerGrisha Shipunov2025-01-11 03:55:19 +0100
commit62e2519639faa250f43f9e80e69906a59d07a44e (patch)
tree08d662d7674904d566d2dd7ccf85affb9ddd7cd9 /modules/tlp.nix
parent595d4935de99cc2ff10be9eaddac498c7c38489f (diff)
delete legacy stuff and reformat
Diffstat (limited to 'modules/tlp.nix')
-rw-r--r--modules/tlp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tlp.nix b/modules/tlp.nix
index 930ca6d..ad3d743 100644
--- a/modules/tlp.nix
+++ b/modules/tlp.nix
@@ -9,7 +9,7 @@
USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
- WIFI_PWR_ON_BAT= "off";
+ WIFI_PWR_ON_BAT = "off";
};
};
}