maybe issue something else
This commit is contained in:
parent
6ef6906a31
commit
9c73f49fac
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ partition_disk() {
|
||||||
if [ "$DOTNIX_CONFIRM_DISK_NUKE" = "yes" ]; then
|
if [ "$DOTNIX_CONFIRM_DISK_NUKE" = "yes" ]; then
|
||||||
sudo nix --experimental-features 'flakes nix-command' run github:nix-community/disko/latest -- \
|
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"
|
--mode destroy,format,mount --yes-wipe-all-disks "./hosts/$DOTNIX_HOSTNAME/disko.nix"
|
||||||
|
echo "disko done"
|
||||||
else
|
else
|
||||||
>&2 echo "Aborted installation due to invalid state in the partitioning step."
|
>&2 echo "Aborted installation due to invalid state in the partitioning step."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue