10 lines
132 B
Nix
10 lines
132 B
Nix
|
_: {
|
||
|
services.uptime-kuma = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
HOST = "100.87.54.48";
|
||
|
PORT = "4000";
|
||
|
};
|
||
|
};
|
||
|
}
|