diff --git a/bert/services/http/darylfanclub.chandlerswift.com.nix b/bert/services/http/darylfanclub.chandlerswift.com.nix deleted file mode 100644 index f5be051..0000000 --- a/bert/services/http/darylfanclub.chandlerswift.com.nix +++ /dev/null @@ -1,18 +0,0 @@ - -{ - services.caddy.virtualHosts."darylfanclub.chandlerswift.com" = { - extraConfig = '' - encode zstd gzip - file_server - root * /srv/www/darylfanclub.chandlerswift.com - handle_errors { - respond "{err.status_code} {err.status_text}" - } - ''; - }; - systemd.tmpfiles.settings."10-darylfanclub-chandlerswift-com" = { - "/srv/www/darylfanclub.chandlerswift.com" = { - d = {}; - }; - }; -} diff --git a/bert/services/http/flintlock.chandlerswift.com.nix b/bert/services/http/flintlock.chandlerswift.com.nix deleted file mode 100644 index e4a66ad..0000000 --- a/bert/services/http/flintlock.chandlerswift.com.nix +++ /dev/null @@ -1,19 +0,0 @@ - -{ - 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 d007307..22f8782 100644 --- a/bert/services/http/index.nix +++ b/bert/services/http/index.nix @@ -3,8 +3,6 @@ ./0hats.com.nix ./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