Merge pull request 'Add missing argument in the docs' (#2284) from 2m/clan-core:fix/missing-argument-2m into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2284
This commit is contained in:
Mic92
2024-10-29 12:41:36 +00:00

View File

@@ -144,7 +144,7 @@ These steps will allow you to update your machine later.
Generate the `hardware-configuration.nix` file for your machine by executing the following command: Generate the `hardware-configuration.nix` file for your machine by executing the following command:
```bash ```bash
clan machines update-hardware-config [MACHINE_NAME] clan machines update-hardware-config [MACHINE_NAME] [HOSTNAME]
``` ```
replace `[MACHINE_NAME]` with the name of the machine i.e. `jon` and `[HOSTNAME]` with the `ip_address` or `hostname` of the machine within the network. i.e. `<IP>` replace `[MACHINE_NAME]` with the name of the machine i.e. `jon` and `[HOSTNAME]` with the `ip_address` or `hostname` of the machine within the network. i.e. `<IP>`