10 lines
149 B
Nix
10 lines
149 B
Nix
{ ... }:
|
|
{
|
|
services.changedetection-io = {
|
|
enable = true;
|
|
baseURL = "change.voronind.com";
|
|
behindProxy = true;
|
|
port = 5001;
|
|
};
|
|
}
|