about summary refs log tree commit diff
path: root/PARTITIONING.md
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-25 22:19:48 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-25 22:19:48 +0200
commitd1d7b519f247259cd7c7349317a9d49d771ff1e5 (patch)
treef441f463f2c51ae546bdbf122f1eacc3e9db4c10 /PARTITIONING.md
parentAdd xclip package (diff)
downloadnixos-config-d1d7b519f247259cd7c7349317a9d49d771ff1e5.tar.gz
nixos-config-d1d7b519f247259cd7c7349317a9d49d771ff1e5.tar.bz2
nixos-config-d1d7b519f247259cd7c7349317a9d49d771ff1e5.zip
Add new disko partitioning method in guide
Diffstat (limited to '')
-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