Enable fingerprint auth

This commit is contained in:
Natsu Kagami 2023-10-17 08:12:17 +02:00
parent a7cf162fe3
commit a9bba20428
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 8 additions and 0 deletions

View file

@ -85,6 +85,11 @@
}; };
}; };
# Enable fingerprint auth for some stuff
security.pam.services.sudo.fprintAuth = true;
security.pam.services.swaylock.fprintAuth = true;
security.pam.services.login.fprintAuth = true;
# Secrets # Secrets
# sops.defaultSopsFile = ./secrets.yaml; # sops.defaultSopsFile = ./secrets.yaml;
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; # sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];

View file

@ -41,6 +41,9 @@
"mtk_t7xx" "mtk_t7xx"
]; ];
# Fingerprint
services.fprintd.enable = true;
hardware.sensor.iio.enable = true; # Orientaion and ambient light sensors hardware.sensor.iio.enable = true; # Orientaion and ambient light sensors
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking