
 -- Post-boot:

 - remove vendor sshd keys: `rm -f /etc/ssh/ssh_host_*`
 - and rebuild openssh to generate your own: `cast -c openssh`
 - configure architecture-optimization settings: `sorcery`
 - run `sorcery -r` to rebuild all spells
 - run `cat /dev/null > /etc/motd` to remove this annoying TODO ;^)

