about summary refs log tree commit diff
path: root/PARTITIONING.md
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-08-25 22:19:48 +0200
committerBaitinq <[email protected]>2022-08-25 22:19:48 +0200
commitf61ff9c8a97ef215e5d8679d438569477dfa1dd8 (patch)
tree6d79dce61fbde33d83df45922dab5beaad568055 /PARTITIONING.md
parentAdd xclip package (diff)
downloadnixos-config-f61ff9c8a97ef215e5d8679d438569477dfa1dd8.tar.gz
nixos-config-f61ff9c8a97ef215e5d8679d438569477dfa1dd8.tar.bz2
nixos-config-f61ff9c8a97ef215e5d8679d438569477dfa1dd8.zip
Add new disko partitioning method in guide
Diffstat (limited to 'PARTITIONING.md')
-rw-r--r--PARTITIONING.md6
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