snowflake/hosts/sora/services/uptimekuma.nix
2023-11-30 14:55:40 -05:00

11 lines
181 B
Nix

_: {
networking.firewall.allowedTCPPorts = [4000];
services.uptime-kuma = {
enable = true;
settings = {
HOST = "100.104.42.96";
PORT = "4000";
};
};
}