move rss services to sid #49

Merged
sid merged 3 commits from develop into master 2026-05-05 20:19:04 +02:00
Showing only changes of commit f1d652f370 - Show all commits

View file

@ -96,7 +96,7 @@ in
services.nginx.virtualHosts = mkIf cfg.reverseProxy.enable {
"${fqdn}" = mkVirtualHost {
port = cfg.config.PORT;
inherit (cfg) port;
ssl = cfg.reverseProxy.forceSSL;
};
};