Update modules/users.nix
This commit is contained in:
parent
6cd4e91b20
commit
12c6bf5d24
@ -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 .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" ];
|
after = [ "linkGeneration" ];
|
||||||
before = [ ];
|
before = [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user