1
Fork 0

maybe issue something else

This commit is contained in:
caem 2025-01-16 19:45:45 +01:00
parent 6ef6906a31
commit 9c73f49fac
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -127,6 +127,7 @@ partition_disk() {
if [ "$DOTNIX_CONFIRM_DISK_NUKE" = "yes" ]; then
sudo nix --experimental-features 'flakes nix-command' run github:nix-community/disko/latest -- \
--mode destroy,format,mount --yes-wipe-all-disks "./hosts/$DOTNIX_HOSTNAME/disko.nix"
echo "disko done"
else
>&2 echo "Aborted installation due to invalid state in the partitioning step."
exit 1