Storage optimization: Difference between revisions

imported>Pinage404
imported>Pinage404
m Re add moving store with a second step to remove the old store
Line 179: Line 179:
</syntaxhighlight>
</syntaxhighlight>
# Reboot to be sure <code>/nix/store</code> is properly mounted
# Reboot to be sure <code>/nix/store</code> is properly mounted
''Optionally''
# After reboot, check that <code>/nix</code> is mounted over your partition <syntaxhighlight lang="bash">
# After reboot, check that <code>/nix</code> is mounted over your partition <syntaxhighlight lang="bash">
mount | grep "/nix" && echo "Nix seems to use your new partition" || echo "It seems that something bad happened"
mount | grep "/nix" && echo "Nix seems to use your new partition" || echo "It seems that something bad happened"