Files
nix-config/hosts/pi4/adguard.nix
2025-03-03 18:18:50 -06:00

11 lines
156 B
Nix
Executable File

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