8 lines
115 B
Nix
8 lines
115 B
Nix
{ ... }:
|
|
{
|
|
services.adguardhome = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
mutableSettings = true;
|
|
}
|
|
} |