nixos-config/hosts/x86_64-linux/beleth/uptime.nix

10 lines
83 B
Nix

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