This commit is contained in:
mjallen18
2025-05-12 12:35:00 -05:00
parent 65fb1f3676
commit b896cc46f3
3 changed files with 31 additions and 0 deletions

8
hosts/pi4/adguard.nix Normal file
View File

@@ -0,0 +1,8 @@
{ ... }:
{
services.adguardhome = {
enable = true;
openFirewall = true;
mutableSettings = true;
}
}