diff --git a/nix/system/framework/configuration.nix b/nix/system/framework/configuration.nix index 1f731a5..25e95a6 100644 --- a/nix/system/framework/configuration.nix +++ b/nix/system/framework/configuration.nix @@ -95,8 +95,8 @@ # List services that you want to enable: services.dbus.packages = with pkgs; [ dconf ]; - # Enable fingerprint reading - services.fprintd.enable = true; + # Enable fingerprint reading---except it doesn't seem to work. + # services.fprintd.enable = true; # Enable the OpenSSH daemon. # services.openssh.enable = true;