From 8ed8dd2e31147929b1847d1147b629baacdd892f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 9 Jan 2025 18:37:35 -0800 Subject: script should maybe be okay now? --- disko/sda-simple.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'disko') diff --git a/disko/sda-simple.nix b/disko/sda-simple.nix index 7e275e5..d723bd5 100644 --- a/disko/sda-simple.nix +++ b/disko/sda-simple.nix @@ -1,8 +1,10 @@ +# CHANGE THE DISK YOU WANT TO FORMAT NOW { disko.devices = { disk = { main = { type = "disk"; + # CHANGEME change to the disk you want to format device = "/dev/sda"; content = { type = "gpt"; -- cgit