mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
feat(zackbiene): start clean; add kea instead of dhcpcd
chore: switch to hosts.toml
This commit is contained in:
parent
82d757059f
commit
b2b2e60725
19 changed files with 195 additions and 142 deletions
|
@ -79,7 +79,7 @@ but here's a quick breakdown of the what you will find where.
|
|||
Afterwards:
|
||||
|
||||
- Run `install-system` in the live environment and reboot
|
||||
- Retrieve the new host identity by using `ssh-keyscan <host/ip> | grep -o 'ed25519.*' > host/<host>/secrets/host.pub`
|
||||
- Retrieve the new host identity by using `ssh-keyscan <host/ip> | grep -o 'ssh-ed25519.*' > hosts/<host>/secrets/host.pub`
|
||||
- (If the host has microvms, also retrieve their identities!)
|
||||
- Rekey the secrets for the new identity `nix run .#rekey`
|
||||
- Deploy again remotely via colmena
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue