diff options
author | tv <tv@krebsco.de> | 2025-04-24 21:42:53 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-04-24 21:42:53 +0200 |
commit | c54e7c403987d0cbab1c625b475e1870bb6b7ca3 (patch) | |
tree | 01b88e061efb71d1199f195058a12b558ee9f79a | |
parent | a7d340626c2c421bdae7ed74e091d1450c3a1b4b (diff) |
x220 tlp: don't disable WoL
-rw-r--r-- | configs/hw/x220.nix | 1 |
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; }; |