summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-04-24 21:42:53 +0200
committertv <tv@krebsco.de>2025-04-24 21:42:53 +0200
commitc54e7c403987d0cbab1c625b475e1870bb6b7ca3 (patch)
tree01b88e061efb71d1199f195058a12b558ee9f79a
parenta7d340626c2c421bdae7ed74e091d1450c3a1b4b (diff)
x220 tlp: don't disable WoL
-rw-r--r--configs/hw/x220.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/hw/x220.nix b/configs/hw/x220.nix
index 6ae6cec..352040d 100644
--- a/configs/hw/x220.nix
+++ b/configs/hw/x220.nix
@@ -64,6 +64,7 @@
services.tlp.enable = true;
services.tlp.settings = {
START_CHARGE_THRESH_BAT0 = 80;
+ WOL_DISABLE = false;
};