dotfiles/hosts/h001/mods/adguardhome.nix
RingOfStorms (Joshua Bell) ae22a081c8 adguardhome in h001
2025-04-30 14:26:41 -05:00

12 lines
141 B
Nix

{
...
}:
{
config = {
services.adguardhome = {
enable = true;
allowDHCP = true;
openFirewall = true;
};
};
}