nix-config/bak/modules/uptime-kuma/default.nix
2026-03-03 10:46:08 +01:00

8 lines
100 B
Nix

{
services.uptime-kuma = {
enable = true;
settings = {
PORT = "9000";
};
};
}