infra/nix/modules/uptime-kuma.nix

4 lines
57 B
Nix

{config, ...}: {
services.uptime-kuma.enable = true;
}