how did I even do tis
This commit is contained in:
parent
c7006c6be0
commit
6d34c326e5
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ ensure_confirmation() {
|
|||
|
||||
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"
|
||||
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"
|
||||
else
|
||||
>&2 echo "Aborted installation due to invalid state in the partitioning step."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue