modules.system.fileSystems.cluster: fix

This commit is contained in:
2025-01-15 09:23:16 +08:00
parent 53bcc359b1
commit d692187dab

View File

@@ -30,7 +30,8 @@ inputs:
what = "${inputs.config.home-manager.users.${user}.home.file.${file}.source}";
where = "/home/${user}/${file}";
options = "bind";
wantedBy = [ "local-fs.target" ];
wantedBy = [ "home-manager-${inputs.utils.escapeSystemdPath user}.service" ];
after = [ "home-manager-${inputs.utils.escapeSystemdPath user}.service" ];
})
[ ".zshrc" ".zshenv" ".profile" ".bashrc" ".bash_profile" ".zlogin" ]
)