Remove 2025 subdomain

This commit is contained in:
Oliver Davies 2025-08-18 18:34:35 +01:00
parent 1ac3cbc932
commit 2ef0d0015f
2 changed files with 0 additions and 11 deletions

View file

@ -21,7 +21,6 @@
let
subdomains = [
"2020"
"2025"
"audiobookshelf"
"bootstrap-with-tailwind"
"code"

View file

@ -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";