forked from mirrors_public/oddlama_nix-config
docs: make sure to remind users to export their zfs pools after fresh installs
This commit is contained in:
parent
4a4420f069
commit
747a3a348b
2 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||||
|
|
|
@ -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 "[33mDONT FORGET TO EXPORT YOUR ZFS POOL(S)![m"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installer-package = pkgs.symlinkJoin {
|
installer-package = pkgs.symlinkJoin {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue