From eafde182c3658e1ec7327dbec361245e5cabc04b Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Sat, 11 Oct 2025 00:30:51 +0200 Subject: [PATCH] fingerprint --- host/fw/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host/fw/default.nix b/host/fw/default.nix index 5d28a5b..7f21d80 100644 --- a/host/fw/default.nix +++ b/host/fw/default.nix @@ -13,6 +13,9 @@ inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series ]; + services.fprintd.enable = true; + # security.pam.enableFscrypt = true; + boot = { loader = { efi.canTouchEfiVariables = true;