12 lines
141 B
Nix
12 lines
141 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
config = {
|
|
services.adguardhome = {
|
|
enable = true;
|
|
allowDHCP = true;
|
|
openFirewall = true;
|
|
};
|
|
};
|
|
}
|