Merge pull request 'fix quickstart instructions' (#1146) from alejandrosame/clan-core:fix/quickstart into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1146
This commit is contained in:
Mic92
2024-04-10 09:13:13 +00:00

View File

@@ -57,7 +57,7 @@ On the remote execute:
``` ```
3. Find the remote disk id by executing on the remote: 3. Find the remote disk id by executing on the remote:
```bash ```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` 4. Edit the following fields inside the `flake.nix`
- `clan.networking.targetHost = pkgs.lib.mkDefault "root@<IP_ADDRESS>";` - `clan.networking.targetHost = pkgs.lib.mkDefault "root@<IP_ADDRESS>";`