1
0
forked from clan/clan-core

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:
Alejandro Sanchez Medina 2024-04-09 20:57:36 +02:00
parent 36ce43bfcf
commit 8ab9021c3d

View File

@ -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>";`