forked from rarias/jungle
Add /home to pathsTopLevel in nix-portable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user