about summary refs log tree commit diff
path: root/PARTITIONING.md
diff options
context:
space:
mode:
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