tt-rss: init service
This commit is contained in:
parent
35f22bbe00
commit
aa081e8ebb
3 changed files with 41 additions and 0 deletions
15
services/nginx_vHosts/tt-rss.nix
Normal file
15
services/nginx_vHosts/tt-rss.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
options,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
if config.services.tt-rss.enable then
|
||||
{
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
}
|
||||
else
|
||||
{ }
|
Loading…
Add table
Add a link
Reference in a new issue