nixcfg/systems/x86_64-linux/sgx/uptime-kuma.nix
2026-04-20 10:09:24 +02:00

10 lines
129 B
Nix

_:
{
services.uptime-kuma = {
enable = true;
settings = {
PORT = "4000";
HOST = "127.0.0.1";
};
};
}