Yubico Keys added again
This commit is contained in:
parent
866e41130c
commit
dc8c17cb8b
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue