diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/install/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/install/install.sh b/bootstrap/install/install.sh index ce22b8cd..c4e8eefe 100755 --- a/bootstrap/install/install.sh +++ b/bootstrap/install/install.sh @@ -82,6 +82,7 @@ cd /mnt || die "(Bug): no /mnt" bsc nix-store bsc persistent-storage bsc persistent-storage/nixos-config +bsc persistent-storage/.snapshots cd / umount -R /mnt mount -t tmpfs none /mnt |