Update modules/users.nix

This commit is contained in:
Alexander Bantyev 2020-03-01 20:52:27 +03:00
parent 12c6bf5d24
commit c7be807db2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
systemd.services."user@" = { serviceConfig = { Restart = "always"; }; }; systemd.services."user@" = { serviceConfig = { Restart = "always"; }; };
home-manager.users.balsoft.home.activation.yubi = { 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" ]; after = [ "linkGeneration" ];
before = [ ]; before = [ ];
}; };