{ options, config, lib, pkgs, ... }: with lib; if config.services.tt-rss.enable then { enableACME = true; forceSSL = true; } else { }