Blog

  • Choosing WordPress over Hugo

    WordPress and Hugo are two radically different tools you can use to create and manage your personal blog / portfolio / whatever website. WordPress is a CMS platform, an web hosted application, where you can manage, write, update and post content of all kinds (mostly pages and posts). Hugo is a static site generator, which…


  • Managing secrets in Nix using Agenix

    If tomorrow my laptop were to go in flames, I would lose two things. First I would lose my data, and this is what backups are for. The second thing I would lose is my configuration (software installed, network setup, …). Nix offers a way to preserve this (assuming the configuration is replicated externally like…


  • Switching systemd-boot to GRUB on Archlinux

    I intend to use BTRFS snapshots, snapper and pac-snap to be able to rollback archlinux if an update goes wrong. However current it uses systemd-boot and the tools I intend to use required GRUB. Requirements¶ This tutorial is only meant for UEFI systems. It requires a EFI partition mounted under /boot with enough disk space…