diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-09 18:37:35 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-09 18:37:35 -0800 |
commit | 8ed8dd2e31147929b1847d1147b629baacdd892f (patch) | |
tree | 370cec9441e25138b77a86066c8fcbc3cfabdf66 /disko/sda-simple.nix | |
parent | ace716b0e28a2e3654166bdbccbe0a2b621ba254 (diff) |
script should maybe be okay now?
Diffstat (limited to 'disko/sda-simple.nix')
-rw-r--r-- | disko/sda-simple.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |