From a260883bfd9d206e2a27f046a1709bb25167a014 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 12 Jul 2025 04:02:59 +0200 Subject: Disable forced hardware key authentication (until I get it to work) Signed-off-by: Mel --- modules/hardware-keys.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/hardware-keys.nix b/modules/hardware-keys.nix index ac50ecd..a222a88 100644 --- a/modules/hardware-keys.nix +++ b/modules/hardware-keys.nix @@ -32,7 +32,8 @@ in services = { login = { u2fAuth = true; - unixAuth = false; # careful + # TODO: figure out how to use hardware keys for login on moissanite + unixAuth = true; # careful }; sudo = { u2fAuth = true; -- cgit 1.4.1