add uptime-kuma
This commit is contained in:
parent
69dd25c579
commit
71ced36b83
3 changed files with 14 additions and 0 deletions
8
hosts/titan/uptime-kuma.nix
Normal file
8
hosts/titan/uptime-kuma.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue