Configure Caddy on NixOS to serve a static site
Introduction Caddy is a HTTP web server, much like nginx or Traefik. One of Caddy’s unique features is that it attempts to automatically secure Let’s Encrypt SSL certificates for the domains it is serving. This saves me the hassle of securing and configuring those certificates myself (and setting up a process to automatically renew them). This post will show how to run and configure Caddy on a NixOS machine to serve a static site ...