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