Enable fingerprint auth
This commit is contained in:
parent
a7cf162fe3
commit
a9bba20428
|
@ -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
|
||||
# sops.defaultSopsFile = ./secrets.yaml;
|
||||
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
"mtk_t7xx"
|
||||
];
|
||||
|
||||
# Fingerprint
|
||||
services.fprintd.enable = true;
|
||||
|
||||
hardware.sensor.iio.enable = true; # Orientaion and ambient light sensors
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
Loading…
Reference in a new issue