9 lines
180 B
Nix
9 lines
180 B
Nix
{ ... }:
|
|
{
|
|
# data stored at /var/lib/uptime-kuma/ but does not expose
|
|
# an option to change it
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings.PORT = "3001";
|
|
};
|
|
}
|