hai world

This commit is contained in:
Mork Swork 2026-02-16 12:31:26 -08:00
parent 6d6dcd818c
commit a80f5d99c9

View file

@ -11,7 +11,7 @@
pdxDestinyRoot = pkgs.runCommand "pdxdestiny-web" {} ''
mkdir -p $out
cp ${./pdxdestiny/index.html} $out/index.html
cp ${pkgs.copyPathToStore ./logo.png} $out/logo.png
cp ${pkgs.copyPathToStore ./pdxdestiny/logo.png} $out/logo.png
'';
in
{
@ -26,7 +26,7 @@
return 444;
'';
};
"pdxdestiny.com" = {
enableACME = true;
forceSSL = false;