notohh
aeae1e77e6
All checks were successful
flake check / check (push) Successful in 5m34s
fmt check / check (push) Successful in 42s
9 lines
133 B
Nix
9 lines
133 B
Nix
_: {
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings = {
|
|
HOST = "100.104.42.96";
|
|
PORT = "4000";
|
|
};
|
|
};
|
|
}
|