mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 03:31:34 +01:00
hosts/srv-public: Enable outline
This commit is contained in:
parent
330a3c2bc3
commit
dff1792529
2 changed files with 13 additions and 2 deletions
|
|
@ -45,6 +45,11 @@
|
|||
domain = "docs.sprouted.cloud";
|
||||
};
|
||||
|
||||
outline = {
|
||||
enable = true;
|
||||
domain = "outline.sprouted.cloud";
|
||||
};
|
||||
|
||||
it-tools = {
|
||||
enable = true;
|
||||
domain = "tools.sprouted.cloud";
|
||||
|
|
@ -76,6 +81,9 @@
|
|||
hedgedoc = {
|
||||
inherit (services.hedgedoc) domain port;
|
||||
};
|
||||
outline = {
|
||||
inherit (services.outline) domain port;
|
||||
};
|
||||
it-tools = {
|
||||
inherit (services.it-tools) domain port;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue