My NixOS configurations + dotfiles

fixxxxxxx

kris.darkworld.download 0a439904 fa13387a

verified
+5
+5
hosts/server/modules/atproto-pds.nix
··· 28 28 }; 29 29 }; 30 30 31 + # Set host header to `localhost` in tunnel settings otherwise you'll end up wasting countless hours of your life 32 + 31 33 services.caddy = { 32 34 enable = true; 35 + globalConfig = '' 36 + auto_https off 37 + ''; 33 38 virtualHosts."localhost:80".extraConfig = builtins.readFile ./Caddyfile; 34 39 }; 35 40