Try yubikey login
This commit is contained in:
parent
806fe3a093
commit
f3276499bf
1 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,12 @@
|
||||||
# services.flatpak.enable = true;
|
# services.flatpak.enable = true;
|
||||||
services = {
|
services = {
|
||||||
twingate.enable = true;
|
twingate.enable = true;
|
||||||
|
pcscd.enable = true;
|
||||||
|
# pam.yubico = { # login
|
||||||
|
# enable = true;
|
||||||
|
# mode = "challenge-response";
|
||||||
|
# id = [ "18067815" ];
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
# SSH AGENT
|
# SSH AGENT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue