about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-07-27 13:57:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-07-27 13:57:29 +0200
commit059159b5047e23f9d737f5ec8190166f6054b39e (patch)
treed53d84d348224a458c5f56e8c23d90c7711180d8
parentDocs: Fix installation instructions (diff)
downloadnixos-config-059159b5047e23f9d737f5ec8190166f6054b39e.tar.gz
nixos-config-059159b5047e23f9d737f5ec8190166f6054b39e.tar.bz2
nixos-config-059159b5047e23f9d737f5ec8190166f6054b39e.zip
Docs: Fix typo in installation instructions
-rw-r--r--Documentation/INSTALLING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/INSTALLING.md b/Documentation/INSTALLING.md
index 9cc7dfe..ba64815 100644
--- a/Documentation/INSTALLING.md
+++ b/Documentation/INSTALLING.md
@@ -5,7 +5,7 @@ My NixOS configuration is modular by design. In practice, this means that you ca
 ---
 `$HOST` -> this refers to the host-specific configuration (packages, services, etc). This loads the host-specific configuration from `/hosts/$HOST/default.nix`
 
-`$HARDWARE` -> this refers to the hardware-specific configuration (disks, kernel, boot, etc). This loads the hardware-specific configuration from `/hosts/$HOST/default.nix`
+`$HARDWARE` -> this refers to the hardware-specific configuration (disks, kernel, boot, etc). This loads the hardware-specific configuration from `/hosts/$HARDWARE/default.nix`
 
 `$ARCH` -> this refers to the architecture of the configuration (x86_64-linux, aarch64-darwin, etc). This sets the architecture to use for the packages.