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

10 lines
151 B
Nix
Executable File

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