diff --git a/hosts/nb-01.cloonar.com/hardware-configuration.nix b/hosts/nb-01.cloonar.com/hardware-configuration.nix index 93f4f87..df0347c 100644 --- a/hosts/nb-01.cloonar.com/hardware-configuration.nix +++ b/hosts/nb-01.cloonar.com/hardware-configuration.nix @@ -23,16 +23,18 @@ }; boot.initrd.luks = { - yubikeySupport = true; + fido2Support = true; + fido2.passwordLess = true; + # yubikeySupport = true; devices."nixos-enc" = { device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93"; - yubikey = { - slot = 2; - twoFactor = false; - storage = { - device = "/dev/disk/by-uuid/C281-E509"; - }; - }; + # yubikey = { + # slot = 2; + # twoFactor = false; + # storage = { + # device = "/dev/disk/by-uuid/C281-E509"; + # }; + # }; }; };