1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

docs: make sure to remind users to export their zfs pools after fresh installs

This commit is contained in:
oddlama 2024-01-05 17:35:38 +01:00
parent 4a4420f069
commit 747a3a348b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 1 deletions

View file

@ -110,7 +110,7 @@ but here's a quick breakdown of the what you will find where.
Afterwards:
- Run `install-system` in the live environment and reboot
- Run `install-system` in the live environment, export your zfs pools and reboot
- Retrieve the new host identity by using `ssh-keyscan <host/ip> | grep -o 'ssh-ed25519.*' > hosts/<host>/secrets/host.pub`
- (If the host has guests, also retrieve their identities!)
- Rekey the secrets for the new identity `nix run .#rekey`