aboutsummaryrefslogtreecommitdiff
path: root/disko
diff options
context:
space:
mode:
Diffstat (limited to 'disko')
-rw-r--r--disko/sda-simple.nix2
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";