nixos-config/hosts/titan/uptime-kuma.nix

10 lines
180 B
Nix
Raw Permalink Normal View History

2024-12-30 23:14:50 -05:00
{ ... }:
{
2024-12-30 18:28:00 -05:00
# data stored at /var/lib/uptime-kuma/ but does not expose
# an option to change it
services.uptime-kuma = {
enable = true;
settings.PORT = "3001";
};
}