Update modules/users.nix

This commit is contained in:
Alexander Bantyev 2020-03-01 20:50:14 +03:00
parent 72a158d9d4
commit 6cd4e91b20
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 $XDG_CONFIG_HOME/Yubico/u2f_keys ] || pamu2fcfg > $XDG_CONFIG_HOME/Yubico/u2f_keys"; data = "[ -s .config/Yubico/u2f_keys ] || pamu2fcfg > .config/Yubico/u2f_keys";
after = [ "linkGeneration" ]; after = [ "linkGeneration" ];
before = [ ]; before = [ ];
}; };