mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
thinkpad: use lib.mkDefault on all unmergable options
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user