snowflake/hosts/sora/services/uptimekuma.nix

11 lines
180 B
Nix
Raw Normal View History

2023-06-23 11:03:32 -04:00
_: {
networking.firewall.allowedTCPPorts = [4000];
services.uptime-kuma = {
enable = true;
settings = {
HOST = "100.87.54.48";
PORT = "4000";
};
};
}