forked from rarias/jungle
Add /home to pathsTopLevel in nix-portable
This commit is contained in:
@@ -309,7 +309,7 @@ let
|
|||||||
|
|
||||||
|
|
||||||
collectBinds(){
|
collectBinds(){
|
||||||
pathsTopLevel="/boot /run /sys \$PWD /gpfs /tmp /scratch"
|
pathsTopLevel="/boot /run /sys \$PWD /gpfs /tmp /scratch /home"
|
||||||
|
|
||||||
toBind=""
|
toBind=""
|
||||||
for p in \$pathsTopLevel; do
|
for p in \$pathsTopLevel; do
|
||||||
|
|||||||
Reference in New Issue
Block a user