nix-config/hosts/rockhole64/adguard.nix

15 lines
164 B
Nix

{
config,
pkgs,
inputs,
configLib,
lib,
...
}: {
services.adguardhome = {
enable = true;
mutableSettings = true;
allowDHCP = true;
};
}