1
0
forked from clan/clan-core

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

Reviewed-on: clan/clan-core#1146
This commit is contained in:
Mic92 2024-04-10 09:13:13 +00:00
commit 915864f637

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