diff options
Diffstat (limited to '')
-rw-r--r-- | PARTITIONING.md | 1 |
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 ``` |