From c7be807db204e36cb46853af1489bc4620d260c1 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 1 Mar 2020 20:52:27 +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 aca7431..b6aae22 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 /home/balsoft/.config/Yubico/u2f_keys ] || { pamu2fcfg > /home/balsoft/.config/Yubico/u2f_keys }"; + data = "[ -s /home/balsoft/.config/Yubico/u2f_keys ] || (pamu2fcfg > /home/balsoft/.config/Yubico/u2f_keys)"; after = [ "linkGeneration" ]; before = [ ]; };