From 0a4399045558e0fc0330127fbe1ae35165ce8c8d Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 11 Feb 2026 19:39:57 +0200 Subject: [PATCH] fixxxxxxx --- hosts/server/modules/atproto-pds.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/server/modules/atproto-pds.nix b/hosts/server/modules/atproto-pds.nix index ea752fc..b332bd0 100644 --- a/hosts/server/modules/atproto-pds.nix +++ b/hosts/server/modules/atproto-pds.nix @@ -28,8 +28,13 @@ }; }; + # Set host header to `localhost` in tunnel settings otherwise you'll end up wasting countless hours of your life + services.caddy = { enable = true; + globalConfig = '' + auto_https off + ''; virtualHosts."localhost:80".extraConfig = builtins.readFile ./Caddyfile; };