nixos/hosts/modules/server/kuma.nix
2024-06-20 11:25:35 +02:00

10 lines
126 B
Nix

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