modules.system.fileSystems.cluster: fix

This commit is contained in:
2025-01-15 10:21:22 +08:00
parent 99274e1548
commit 89930d56ff

View File

@@ -31,7 +31,6 @@ inputs:
where = "/home/${user}/${file}";
options = "bind";
wantedBy = [ "multi-user.target" ];
after = [ "home-manager-${inputs.utils.escapeSystemdPath user}.service" ];
})
[ ".zshrc" ".zshenv" ".profile" ".bashrc" ".bash_profile" ".zlogin" ]
)