Update
This commit is contained in:
parent
73ac8d8188
commit
01b056d4cb
9
hosts/modules/server/kuma.nix
Normal file
9
hosts/modules/server/kuma.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
settings = {
|
||||
HOST = "127.0.0.1";
|
||||
PORT = "3005";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user