diff options
Diffstat (limited to '')
| -rw-r--r-- | PARTITIONING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PARTITIONING.md b/PARTITIONING.md index 644c7a4..65917a3 100644 --- a/PARTITIONING.md +++ b/PARTITIONING.md @@ -9,6 +9,12 @@ ## TUTORIAL ## +# New method +``` +nix run .#nixosConfigurations.HOST.config.disko-create +nix run .#nixosConfigurations.HOST.config.disko-mount +``` + # Create and Format 64M EFI Partition mkfs.fat -F 32 /dev/$EFIPARTITION |