From 12c6bf5d245f72f12bf6501e6c8e99da53a27580 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 1 Mar 2020 20:51:00 +0300 Subject: [PATCH] Update modules/users.nix --- modules/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index 1f5304a..aca7431 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -28,7 +28,7 @@ systemd.services."user@" = { serviceConfig = { Restart = "always"; }; }; home-manager.users.balsoft.home.activation.yubi = { - data = "[ -s .config/Yubico/u2f_keys ] || pamu2fcfg > .config/Yubico/u2f_keys"; + data = "[ -s /home/balsoft/.config/Yubico/u2f_keys ] || { pamu2fcfg > /home/balsoft/.config/Yubico/u2f_keys }"; after = [ "linkGeneration" ]; before = [ ]; };