From 059159b5047e23f9d737f5ec8190166f6054b39e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 27 Jul 2023 13:57:29 +0200 Subject: Docs: Fix typo in installation instructions --- Documentation/INSTALLING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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. -- cgit 1.4.1