snowflake/hosts/sora/services/uptimekuma.nix
notohh fc5acf594f
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
sora: init traefik
2023-06-24 19:11:16 -04:00

10 lines
132 B
Nix

_: {
services.uptime-kuma = {
enable = true;
settings = {
HOST = "100.87.54.48";
PORT = "4000";
};
};
}