try fido instead of yk

This commit is contained in:
2023-11-23 00:35:21 +01:00
parent 648a643252
commit 407dfd5d3a

View File

@@ -23,16 +23,18 @@
}; };
boot.initrd.luks = { boot.initrd.luks = {
yubikeySupport = true; fido2Support = true;
fido2.passwordLess = true;
# yubikeySupport = true;
devices."nixos-enc" = { devices."nixos-enc" = {
device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93"; device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93";
yubikey = { # yubikey = {
slot = 2; # slot = 2;
twoFactor = false; # twoFactor = false;
storage = { # storage = {
device = "/dev/disk/by-uuid/C281-E509"; # device = "/dev/disk/by-uuid/C281-E509";
}; # };
}; # };
}; };
}; };