summaryrefslogtreecommitdiffstats
path: root/configs/hw/x220.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/hw/x220.nix')
-rw-r--r--configs/hw/x220.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/hw/x220.nix b/configs/hw/x220.nix
index 6ae6cec..323be01 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;
};
@@ -82,7 +83,4 @@
services.xserver = {
videoDriver = "intel";
};
-
- tv.hw.screens.primary.width = lib.mkDefault 1366;
- tv.hw.screens.primary.height = lib.mkDefault 768;
}