diff options
-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; }; |