This commit is contained in:
Jana Dönszelmann 2025-10-29 10:42:05 +01:00
parent 0c044cc4ea
commit d3d45d9e3c
No known key found for this signature in database
6 changed files with 396 additions and 3 deletions

View file

@ -26,6 +26,15 @@
root = "${flakes.homepage.packages.${pkgs.system}.website-gay}";
};
};
virtualHosts."jana.is.fckn.gay" = {
forceSSL = true;
http2 = true;
enableACME = true;
locations."/" = {
root = "${flakes.homepage.packages.${pkgs.system}.website-gay}";
};
};
virtualHosts."jdonszelmann.nl" = {
forceSSL = true;
http2 = true;