about summary refs log tree commit diff
path: root/PARTITIONING.md
diff options
context:
space:
mode:
Diffstat (limited to 'PARTITIONING.md')
-rw-r--r--PARTITIONING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/PARTITIONING.md b/PARTITIONING.md
index 2aca6cd..67480e5 100644
--- a/PARTITIONING.md
+++ b/PARTITIONING.md
@@ -1,6 +1,7 @@
 # Partition and mount disks
 ```
 nix run .#nixosConfigurations.HOST.config.disks-create
+nix run .#nixosConfigurations.HOST.config.disks-format
 nix run .#nixosConfigurations.HOST.config.disks-mount
 ```