docs/deploy: remove unneeded --update-hardware-config nixos-facter
This commit is contained in:
@@ -190,25 +190,25 @@ You can have a look and customize it if needed.
|
|||||||
#### Using password auth
|
#### Using password auth
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
clan machines install [MACHINE] --target-host <IP> --update-hardware-config nixos-facter
|
clan machines install [MACHINE] --target-host <IP>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Using QR JSON
|
#### Using QR JSON
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
clan machines install [MACHINE] --json "[JSON]" --update-hardware-config nixos-facter
|
clan machines install [MACHINE] --json "[JSON]"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Using QR image file
|
#### Using QR image file
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
clan machines install [MACHINE] --png [PATH] --update-hardware-config nixos-facter
|
clan machines install [MACHINE] --png [PATH]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Option B: Cloud VM
|
#### Option B: Cloud VM
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
clan machines install [MACHINE] --target-host <IP> --update-hardware-config nixos-facter
|
clan machines install [MACHINE] --target-host <IP>
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! success
|
!!! success
|
||||||
|
|||||||
Reference in New Issue
Block a user