10 lines
126 B
Nix
10 lines
126 B
Nix
{
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings = {
|
|
HOST = "127.0.0.1";
|
|
PORT = "3005";
|
|
};
|
|
};
|
|
}
|