{ services.caddy.virtualHosts."maps.chandlerswift.com".extraConfig = '' encode zstd gzip file_server root * /srv/www/maps.chandlerswift.com # hide .git # ??? handle_errors { respond "{err.status_code} {err.status_text}" } ''; systemd.tmpfiles.settings."10-maps-chandlerswift-com" = { "/srv/www/maps.chandlerswift.com" = { d = {}; }; }; }