diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-10 01:52:36 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-10 01:52:36 -0800 |
commit | 2779b842702d6565d73288adc72683f362db310e (patch) | |
tree | 0bb801a91ab4d1e26a5205eb75e0dcc635ed0bc4 /live | |
parent | 5571b9c613a06c57def082bf17f5bc689dbfabdc (diff) |
make compatible with many computers
Diffstat (limited to 'live')
-rw-r--r-- | live/iso.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 '') ]; |