about summary refs log tree commit diff
path: root/PARTITIONING.md
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-27 23:11:07 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-29 13:47:02 +0200
commit7645b156e0922b7d980ca10b3ffc44719a4e1456 (patch)
tree9be7ef3c47719261fabca7db157a6d66f73ebedb /PARTITIONING.md
parentModule: Email: Fix imapnotify command (diff)
downloadnixos-config-7645b156e0922b7d980ca10b3ffc44719a4e1456.tar.gz
nixos-config-7645b156e0922b7d980ca10b3ffc44719a4e1456.tar.bz2
nixos-config-7645b156e0922b7d980ca10b3ffc44719a4e1456.zip
Misc: Update usage
Diffstat (limited to 'PARTITIONING.md')
-rw-r--r--PARTITIONING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/PARTITIONING.md b/PARTITIONING.md
index 67480e5..3b1b14f 100644
--- a/PARTITIONING.md
+++ b/PARTITIONING.md
@@ -1,8 +1,8 @@
 # Partition and mount disks
 ```
-nix run .#nixosConfigurations.HOST.config.disks-create
-nix run .#nixosConfigurations.HOST.config.disks-format
-nix run .#nixosConfigurations.HOST.config.disks-mount
+nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-create
+nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-format
+nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-mount
 ```
 
 # Install nixos