diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-07-27 13:57:29 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-07-27 13:57:29 +0200 |
commit | 059159b5047e23f9d737f5ec8190166f6054b39e (patch) | |
tree | d53d84d348224a458c5f56e8c23d90c7711180d8 | |
parent | Docs: Fix installation instructions (diff) | |
download | nixos-config-059159b5047e23f9d737f5ec8190166f6054b39e.tar.gz nixos-config-059159b5047e23f9d737f5ec8190166f6054b39e.tar.bz2 nixos-config-059159b5047e23f9d737f5ec8190166f6054b39e.zip |
Docs: Fix typo in installation instructions
-rw-r--r-- | Documentation/INSTALLING.md | 2 |
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. |