mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-05 16:41:10 +01:00
thinkpad: common.nix -> default.nix + fixup after intel.nix drop
This commit is contained in:
parent
0c17d72838
commit
67cd7af6be
6 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../intel.nix ];
|
||||
imports = [ ../. ];
|
||||
|
||||
# hard disk protection if the laptop falls
|
||||
services.hdapsd.enable = true;
|
||||
|
|
@ -11,4 +11,6 @@
|
|||
#security.pam.services.login.fprintAuth = true;
|
||||
#security.pam.services.xscreensaver.fprintAuth = true;
|
||||
# similarly for other PAM providers
|
||||
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue