Some checks failed
Basic Code Checks / formatting-check (push) Has been cancelled
Signed-off-by: gwg313 <gwg313@pm.me>
9 lines
129 B
Nix
9 lines
129 B
Nix
_: {
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings = {
|
|
HOST = "127.0.0.1";
|
|
PORT = "3030";
|
|
};
|
|
};
|
|
}
|