mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 08:40:32 +01:00
7 lines
75 B
Nix
7 lines
75 B
Nix
|
{config, lib, ...}:
|
||
|
{
|
||
|
services.uptime-kuma = {
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|