snowflake/hosts/sora/services/uptimekuma.nix
notohh d1387b4716
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
uptimekuma: reopen port 4000
2023-09-01 13:00:43 -04:00

11 lines
180 B
Nix

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