diff options
author | ene <ene@sils.li> | 2023-02-21 16:15:17 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 16:15:17 +0100 |
commit | 2cf4c76ea04017ffbe293729007eb969b29f774f (patch) | |
tree | fd15de83b10028559f31543c441865828459f752 /bootstrap | |
parent | Fix(home-manager): Add dconf service (diff) | |
download | nixos-config-2cf4c76ea04017ffbe293729007eb969b29f774f.tar.gz nixos-config-2cf4c76ea04017ffbe293729007eb969b29f774f.zip |
Fix(bootstrap): Add .snapshots for snapper
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 |