This commit is contained in:
Hadi 2024-06-20 11:25:35 +02:00
parent 73ac8d8188
commit 01b056d4cb

View File

@ -0,0 +1,9 @@
{
services.uptime-kuma = {
enable = true;
settings = {
HOST = "127.0.0.1";
PORT = "3005";
};
};
}