many changes

This commit is contained in:
2025-01-26 10:55:38 +01:00
parent 12ef36af33
commit a2d482e16d
98 changed files with 419 additions and 27402 deletions

View File

@@ -7,4 +7,20 @@
];
phpPackage = pkgs.php83;
};
services.nginx.virtualHosts."www.lena-schilling.at" = {
enableACME = true;
forceSSL = true;
acmeRoot = "/var/lib/acme/acme-challenge";
locations."/" = {
return = "301 https://lena-schilling.at$request_uri";
};
serverAliases = [
"lena-schilling.com"
"lena-schilling.eu"
"lenaschilling.at"
"lenaschilling.com"
"lenaschilling.eu"
];
};
}