mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Configure backups for uptime-kuma
This commit is contained in:
parent
e0799f2b11
commit
298e2a51b2
4 changed files with 19 additions and 2 deletions
|
|
@ -15,6 +15,7 @@
|
|||
uptimeKuma = {
|
||||
enable = true;
|
||||
domain = "uptime.${config.custom.services.tailscale.domain}";
|
||||
backups.enable = true;
|
||||
};
|
||||
ntfy = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue