summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/x220/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lenovo/thinkpad/x220/default.nix')
-rw-r--r--lenovo/thinkpad/x220/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lenovo/thinkpad/x220/default.nix b/lenovo/thinkpad/x220/default.nix
index 81fec06..285d13e 100644
--- a/lenovo/thinkpad/x220/default.nix
+++ b/lenovo/thinkpad/x220/default.nix
@@ -1,10 +1,10 @@
-{ config, pkgs, ... }:
+{ config, lib, pkgs, ... }:
{
imports = [ ../. ];
# hard disk protection if the laptop falls
- services.hdapsd.enable = true;
+ services.hdapsd.enable = lib.mkDefault true;
# fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
#services.fprintd.enable = true;