8 lines
114 B
Nix
8 lines
114 B
Nix
|
{
|
||
|
services.adguardhome = {
|
||
|
enable = true;
|
||
|
mutableSettings = true;
|
||
|
settings.bind_port = 3008;
|
||
|
};
|
||
|
}
|