From 74434fd74fd78456e3e639e2f2aec17830172481 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 12 Mar 2025 02:37:04 +0200 Subject: [PATCH] a --- install.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 install.sh diff --git a/install.sh b/install.sh deleted file mode 100755 index 0e1d5c8..0000000 --- a/install.sh +++ /dev/null @@ -1,11 +0,0 @@ -lsblk - -printf "\n\nWelcome to OCbwoy3's Dotfiles!!\n\nThis will be semi-automatic until the install phase. Now, let's wipe all your disks and partition them.\n\n" - -sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount hosts/default/disko.nix - -printf "\n\nInstalling NixOS, plz something in the meantime.\n\n" - -sudo nixos-install --flake .#default - -# sudo nix run 'github:nix-community/disko/latest#disko-install' --extra-experimental-features "nix-command flakes" -- --flake .#default --disk main /dev/$vardisk \ No newline at end of file