From 0d18d774ff1d7d64676041acc4d916a6e9f37b56 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 21 May 2024 20:02:33 +0300 Subject: [PATCH] hosts/home: enable cue to inform that need u2f device --- hosts/home/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/home/configuration.nix b/hosts/home/configuration.nix index 039cd89..e9661b8 100644 --- a/hosts/home/configuration.nix +++ b/hosts/home/configuration.nix @@ -7,6 +7,7 @@ ./users ]; + security.pam.u2f.cue = true; local.yubikey.enable = true; ################################################################################