added starter adguard home config for rockpro.
This commit is contained in:
parent
98a92683bd
commit
9a0f9b005b
5 changed files with 25 additions and 2 deletions
14
hosts/rockhole64/adguard.nix
Normal file
14
hosts/rockhole64/adguard.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
configLib,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.adguardhome={
|
||||
enable=true;
|
||||
mutableSettings=true;
|
||||
allowDHCP=true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue