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

10 lines
83 B
Nix
Raw Normal View History

2024-04-18 14:57:24 +02:00
{
config,
lib,
...
}: {
2024-04-18 14:57:24 +02:00
services.uptime-kuma = {
enable = true;
};
}