nix-config/hosts/rockhole64/adguard.nix

15 lines
156 B
Nix
Raw Normal View History

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