remove disko overlay

This commit is contained in:
Noah Masur
2025-01-02 14:19:57 -05:00
parent aa93604a6a
commit f899a76f7f
3 changed files with 2 additions and 6 deletions

View File

@ -21,7 +21,7 @@
exit 1
fi
${pkgs.disko-packaged}/bin/disko \
${pkgs.disko}/bin/disko \
--mode create \
--dry-run \
--flake "path:$(pwd)#root" \
@ -31,7 +31,7 @@
"This will ERASE ALL DATA on the disk /dev/''${DISK}. Are you sure you want to continue?" \
--default=false
${pkgs.disko-packaged}/bin/disko \
${pkgs.disko}/bin/disko \
--mode create \
--flake "path:$(pwd)#root" \
--arg disk "/dev/''${DISK}"