diff --git a/bert/services/http/flintlock.chandlerswift.com.nix b/bert/services/http/flintlock.chandlerswift.com.nix new file mode 100644 index 0000000..e4a66ad --- /dev/null +++ b/bert/services/http/flintlock.chandlerswift.com.nix @@ -0,0 +1,19 @@ + +{ + services.caddy.virtualHosts."flintlock.chandlerswift.com" = { + serverAliases = ["flintlock.isaacswift.com" "www.flintlock.chandlerswift.com" "www.flintlock.isaacswift.com"]; + extraConfig = '' + encode zstd gzip + file_server + root * /srv/www/flintlock.chandlerswift.com + handle_errors { + respond "{err.status_code} {err.status_text}" + } + ''; + }; + systemd.tmpfiles.settings."10-flintlock-chandlerswift-com" = { + "/srv/www/flintlock.chandlerswift.com" = { + d = {}; + }; + }; +} diff --git a/bert/services/http/index.nix b/bert/services/http/index.nix index 6dd6675..d007307 100644 --- a/bert/services/http/index.nix +++ b/bert/services/http/index.nix @@ -4,6 +4,7 @@ ./bannergen.chandlerswift.com.nix ./chandlerswift.com.nix ./darylfanclub.chandlerswift.com.nix + ./flintlock.chandlerswift.com.nix ./files.chandlerswift.com.nix ./git.chandlerswift.com.nix ./harborpaperco.com.nix