Update
This commit is contained in:
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user