mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Enable ntfy on culumus
This commit is contained in:
parent
4553f0b929
commit
76914154c6
1 changed files with 11 additions and 2 deletions
|
|
@ -16,9 +16,18 @@
|
|||
enable = true;
|
||||
domain = "uptime.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
ntfy = {
|
||||
enable = true;
|
||||
domain = "notify.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
caddy.virtualHosts.uptimeKuma = {
|
||||
inherit (config.custom.services.uptimeKuma) domain port;
|
||||
caddy.virtualHosts = {
|
||||
uptimeKuma = {
|
||||
inherit (config.custom.services.uptimeKuma) domain port;
|
||||
};
|
||||
ntfy = {
|
||||
inherit (config.custom.services.ntfy) domain port;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue