8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings = {
|
|
PORT = "9000";
|
|
};
|
|
};
|
|
}
|