Add /home to pathsTopLevel in nix-portable

This commit is contained in:
2026-03-18 13:34:25 +01:00
parent a37f4435eb
commit 49f0e263da

View File

@@ -309,7 +309,7 @@ let
collectBinds(){
pathsTopLevel="/boot /run /sys \$PWD /gpfs /tmp /scratch"
pathsTopLevel="/boot /run /sys \$PWD /gpfs /tmp /scratch /home"
toBind=""
for p in \$pathsTopLevel; do