From 2779b842702d6565d73288adc72683f362db310e Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 10 Jan 2025 01:52:36 -0800 Subject: make compatible with many computers --- live/iso.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'live') diff --git a/live/iso.nix b/live/iso.nix index 54fd079..da21878 100644 --- a/live/iso.nix +++ b/live/iso.nix @@ -146,6 +146,7 @@ vim "$HOME/toughnix/disko/sda-simple.nix" gum confirm --default=false "🔥 🔥 🔥 WARNING!!!! This will ERASE ALL DATA on the disk. Are you sure you want to continue?" sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount "$HOME/toughnix/disko/sda-simple.nix" cd /mnt + sudo nixos-install --flake $HOME/toughnix#continuity-dell '') ]; -- cgit