diff options
Diffstat (limited to 'PARTITIONING.md')
-rw-r--r-- | PARTITIONING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PARTITIONING.md b/PARTITIONING.md index 65917a3..13cefd7 100644 --- a/PARTITIONING.md +++ b/PARTITIONING.md @@ -11,8 +11,8 @@ # New method ``` -nix run .#nixosConfigurations.HOST.config.disko-create -nix run .#nixosConfigurations.HOST.config.disko-mount +nix run .#nixosConfigurations.HOST.config.disks-create +nix run .#nixosConfigurations.HOST.config.disks-mount ``` # Create and Format 64M EFI Partition |