mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
26263eee48
Former-commit-id: 01b056d4cb
10 lines
126 B
Nix
10 lines
126 B
Nix
{
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings = {
|
|
HOST = "127.0.0.1";
|
|
PORT = "3005";
|
|
};
|
|
};
|
|
}
|