1* mcron job to invoke mandoc's `makewhatis` instead of the man-db equivalent2* Configure btrfs subvolumes3 * Add set subvolume-specific options (e.g. force compression of `/var/log`)4 * Also configure an mcron job which creates snapshots of `/home`5* Support an encrypted root with LUKS26 * Problem: Grub doesn't support LUKS2 and is generally slow7 * Hence, requires decrypting the volume from an initramfs8 * For example, by porting [booster] to Guix9 * Presupposes an unencrypted `/boot` partition10 * Problem: Guix currently loads the Kernel from `/gnu/store`11 * Need a derivation which copies it from the store to `/boot`1213[booster]: https://github.com/anatol/booster