nixos-config/hosts/panopticon/uptime-kuma.nix
gwg313 bb2fe56082
Some checks failed
Basic Code Checks / formatting-check (push) Has been cancelled
style
Signed-off-by: gwg313 <gwg313@pm.me>
2025-07-03 10:34:00 -04:00

9 lines
129 B
Nix

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