From 2ef0d0015ff6ef86802e23b64b96a101125917f9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 18 Aug 2025 18:34:35 +0100 Subject: [PATCH] Remove 2025 subdomain --- hosts/nixedo/modules/acme.nix | 1 - hosts/nixedo/modules/nginx/sites.nix | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/hosts/nixedo/modules/acme.nix b/hosts/nixedo/modules/acme.nix index d0d0a1b5..33979e9c 100644 --- a/hosts/nixedo/modules/acme.nix +++ b/hosts/nixedo/modules/acme.nix @@ -21,7 +21,6 @@ let subdomains = [ "2020" - "2025" "audiobookshelf" "bootstrap-with-tailwind" "code" diff --git a/hosts/nixedo/modules/nginx/sites.nix b/hosts/nixedo/modules/nginx/sites.nix index 76cb9be3..9843bfb4 100644 --- a/hosts/nixedo/modules/nginx/sites.nix +++ b/hosts/nixedo/modules/nginx/sites.nix @@ -11,16 +11,6 @@ let { inherit port root url; } // overrides; sites = [ - { - root = "/var/www/vhosts/website-sculpin"; - port = ports.nginx-website-2025; - url = "2025.oliverdavies.uk"; - - extraConfig = '' - add_header X-Robots-Tag "noindex, nofollow"; - ''; - } - (mkSite "eric" { rootSuffix = "/public";