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