From a4d425a8c9c273519eb69c6cd719b5a41221e03e Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 20 May 2024 18:47:21 +0300 Subject: [PATCH] hosts/home: add yubikey --- hosts/home/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/home/configuration.nix b/hosts/home/configuration.nix index 4573a3c..039cd89 100644 --- a/hosts/home/configuration.nix +++ b/hosts/home/configuration.nix @@ -7,6 +7,8 @@ ./users ]; + local.yubikey.enable = true; + ################################################################################ # Programs ################################################################################