add uptime-kuma

This commit is contained in:
cy 2024-12-30 18:28:00 -05:00
parent 69dd25c579
commit 71ced36b83
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{...}: {
# data stored at /var/lib/uptime-kuma/ but does not expose
# an option to change it
services.uptime-kuma = {
enable = true;
settings.PORT = "3001";
};
}