added caddy

This commit is contained in:
Tyler Mayoff 2025-11-29 18:35:39 -05:00 committed by Tyle Mayoff
parent 150ffbe4ad
commit e767091811

View file

@ -25,6 +25,16 @@
networking.hostName = "saffron"; # Define your hostname.
# Caddy reverse proxy
services.caddy = {
enable = true;
virtualHosts."rss.mayoff.ca" = {
extraConfig = ''
reverse_proxy MINIFLUX_TAILSCALE_IP:PORT
'';
};
};
# Set your time zone.
time.timeZone = "America/Toronto";