mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 18:20:32 +01:00
10 lines
83 B
Nix
10 lines
83 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
};
|
|
}
|