thinkpad: use lib.mkDefault on all unmergable options

This commit is contained in:
Yegor Timoshenko
2017-12-24 01:20:36 +00:00
parent 67cd7af6be
commit fcb9d76ead
6 changed files with 13 additions and 17 deletions

View File

@@ -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;