tt-rss: init service
This commit is contained in:
parent
35f22bbe00
commit
aa081e8ebb
3 changed files with 41 additions and 0 deletions
|
@ -46,6 +46,7 @@ in
|
|||
"nextcloud"
|
||||
"nginx"
|
||||
"openssh"
|
||||
"tt-rss"
|
||||
];
|
||||
vHosts =
|
||||
let
|
||||
|
@ -74,6 +75,10 @@ in
|
|||
domain = "food.${base}";
|
||||
service = "tandoor";
|
||||
}
|
||||
{
|
||||
domain = "feed.${base}";
|
||||
service = "tt-rss";
|
||||
}
|
||||
];
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue