Create 2025.oliverdavies.uk subdomain
All checks were successful
/ check (push) Successful in 1m29s

This commit is contained in:
Oliver Davies 2025-07-04 08:49:21 +01:00
parent fc8bdf3bce
commit 1e088c5289
3 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,16 @@ 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";