fix quickstart instructions
The guide instructs the reader to look for the PTUUID (partition ID) to fill disk ID in the disklayout. This leads to an error as the partition gets deleted and the UUID is no longer valid. The ID-LINK field is a unique ID provided by the hardware manufacturer.
This commit is contained in:
@@ -57,7 +57,7 @@ On the remote execute:
|
||||
```
|
||||
3. Find the remote disk id by executing on the remote:
|
||||
```bash
|
||||
lsblk --output NAME,PTUUID,FSTYPE,SIZE,MOUNTPOINT
|
||||
lsblk --output NAME,ID-LINK,FSTYPE,SIZE,MOUNTPOINT
|
||||
```
|
||||
4. Edit the following fields inside the `flake.nix`
|
||||
- `clan.networking.targetHost = pkgs.lib.mkDefault "root@<IP_ADDRESS>";`
|
||||
|
||||
Reference in New Issue
Block a user