added starter adguard home config for rockpro.

This commit is contained in:
Gabe Venberg 2024-06-21 12:09:07 -05:00
parent 98a92683bd
commit 9a0f9b005b
5 changed files with 25 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
config,
pkgs,
inputs,
configLib,
lib,
...
}: {
services.adguardhome={
enable=true;
mutableSettings=true;
allowDHCP=true;
};
}