Files
nix-config/hosts/pi4/adguard.nix
mjallen18 b896cc46f3 adguard
2025-05-12 12:35:00 -05:00

8 lines
115 B
Nix

{ ... }:
{
services.adguardhome = {
enable = true;
openFirewall = true;
mutableSettings = true;
}
}