9 lines
129 B
Nix
9 lines
129 B
Nix
_: {
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings = {
|
|
PORT = "4000";
|
|
HOST = "127.0.0.1";
|
|
};
|
|
};
|
|
}
|