1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add ssl to www.ellmauthaler.net

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@gmail.com>
This commit is contained in:
Stefan Ellmauthaler 2024-09-20 12:15:43 +02:00
parent e8033618bd
commit c4c7666802
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ with lib; {
"www.ellmauthaler.net" = { "www.ellmauthaler.net" = {
enableACME = true; enableACME = true;
forceSSL = true; addSSL = true;
globalRedirect = "stefan.ellmauthaler.net"; globalRedirect = "stefan.ellmauthaler.net";
}; };
}; };