nix-config/features/uptime-kuma.nix

11 lines
136 B
Nix
Raw Normal View History

2024-07-15 16:27:23 +02:00
{ }:
{
#TODO: implement uptime-kama
services.uptime-kama = {
enable = true;
settings = {
PORT = "4000";
};
};
}