Skip to content

Commit

Permalink
Enable fingerprint reader on my laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Jan 6, 2025
1 parent 46555f1 commit f504b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zephyr/nixos-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@
environment.systemPackages = [ pkgs.ecryptfs ];
security.pam.enableEcryptfs = true;
boot.kernelModules = [ "ecryptfs" ];

services.fprintd.enable = true;
}

0 comments on commit f504b8c

Please sign in to comment.