diff options
| author | Baitinq <[email protected]> | 2022-08-25 22:19:48 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-25 22:19:48 +0200 |
| commit | f61ff9c8a97ef215e5d8679d438569477dfa1dd8 (patch) | |
| tree | 6d79dce61fbde33d83df45922dab5beaad568055 /PARTITIONING.md | |
| parent | Add xclip package (diff) | |
| download | nixos-config-f61ff9c8a97ef215e5d8679d438569477dfa1dd8.tar.gz nixos-config-f61ff9c8a97ef215e5d8679d438569477dfa1dd8.tar.bz2 nixos-config-f61ff9c8a97ef215e5d8679d438569477dfa1dd8.zip | |
Add new disko partitioning method in guide
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 |