From 33aa510335f8eb72df8273e66a3dc65a94e93410 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 23 Nov 2023 00:36:19 +0100 Subject: [PATCH] try fido --- hosts/nb-01.cloonar.com/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nb-01.cloonar.com/hardware-configuration.nix b/hosts/nb-01.cloonar.com/hardware-configuration.nix index df0347c..f4d2aee 100644 --- a/hosts/nb-01.cloonar.com/hardware-configuration.nix +++ b/hosts/nb-01.cloonar.com/hardware-configuration.nix @@ -24,10 +24,10 @@ boot.initrd.luks = { fido2Support = true; - fido2.passwordLess = true; # yubikeySupport = true; devices."nixos-enc" = { device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93"; + fido2.passwordLess = true; # yubikey = { # slot = 2; # twoFactor = false;