flake/hosts/tyo0/services/uptime-kuma.nix

7 lines
83 B
Nix
Raw Normal View History

2024-08-27 09:08:53 +00:00
{
services.uptime-kuma = {
enable = true;
settings.PORT = "8300";
};
}