From 565f0147199e5d265f9ae52678f2a956c831a5cd Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Medina Date: Tue, 9 Apr 2024 20:57:36 +0200 Subject: [PATCH] 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. --- docs/admins/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admins/quickstart.md b/docs/admins/quickstart.md index 3136a3bcf..eaa77e14f 100644 --- a/docs/admins/quickstart.md +++ b/docs/admins/quickstart.md @@ -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@";`