tt-rss: init service

This commit is contained in:
Kevin Baensch 2024-11-21 13:05:30 +01:00
parent 35f22bbe00
commit aa081e8ebb
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 41 additions and 0 deletions

View file

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