mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51: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;
|
enable = true;
|
||||||
domain = "uptime.${config.custom.services.tailscale.domain}";
|
domain = "uptime.${config.custom.services.tailscale.domain}";
|
||||||
};
|
};
|
||||||
|
ntfy = {
|
||||||
|
enable = true;
|
||||||
|
domain = "notify.${config.custom.services.tailscale.domain}";
|
||||||
|
};
|
||||||
|
|
||||||
caddy.virtualHosts.uptimeKuma = {
|
caddy.virtualHosts = {
|
||||||
inherit (config.custom.services.uptimeKuma) domain port;
|
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