Yubico Keys added again

This commit is contained in:
LarsZauberer 2024-04-22 12:50:48 +02:00
commit dc8c17cb8b

View file

@ -120,6 +120,14 @@
# services.flatpak.enable = true; # services.flatpak.enable = true;
services = { services = {
twingate.enable = true; twingate.enable = true;
pcscd.enable = true;
};
security.pam.yubico = {
enable = true;
debug = true;
mode = "challenge-response";
id = [ "28067815" "28067816" ];
}; };
# SSH AGENT # SSH AGENT