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