Files
nix-config/hosts/pi4/adguard.nix
mjallen18 27136b0894 pi sops
2025-01-31 13:10:07 -06:00

10 lines
151 B
Nix

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