mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
modules.system.fileSystems.cluster: fix
This commit is contained in:
@@ -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" ]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user