Add tandoor service.
This commit is contained in:
parent
56d9b357b5
commit
8007a6de7f
3 changed files with 50 additions and 0 deletions
|
@ -34,6 +34,7 @@ in {
|
|||
services = [
|
||||
"acme"
|
||||
"gitea"
|
||||
"tandoor"
|
||||
# "hydra"
|
||||
"mailserver"
|
||||
"mariaDB"
|
||||
|
@ -62,6 +63,10 @@ in {
|
|||
domain = "git.${base}";
|
||||
service = "gitea";
|
||||
}
|
||||
{
|
||||
domain = "food.${base}";
|
||||
service = "tandoor";
|
||||
}
|
||||
];
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue