1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +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: 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` - 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!) - (If the host has guests, also retrieve their identities!)
- Rekey the secrets for the new identity `nix run .#rekey` - Rekey the secrets for the new identity `nix run .#rekey`

View file

@ -16,6 +16,7 @@
nixos-install --no-root-password --system ${nodeAttrs.config.system.build.toplevel} nixos-install --no-root-password --system ${nodeAttrs.config.system.build.toplevel}
echo "Done!" echo "Done!"
echo "DONT FORGET TO EXPORT YOUR ZFS POOL(S)!"
''; '';
installer-package = pkgs.symlinkJoin { installer-package = pkgs.symlinkJoin {