From a80f5d99c9756a20e1df48a118896d105ac9e840 Mon Sep 17 00:00:00 2001 From: Mork Swork Date: Mon, 16 Feb 2026 12:31:26 -0800 Subject: [PATCH] hai world --- nixos/nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 36da9fe..f675d3d 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -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;