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