This commit is contained in:
mjallen18
2025-01-31 13:10:07 -06:00
parent 19605b7e63
commit 27136b0894
5 changed files with 41 additions and 22 deletions

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

@@ -0,0 +1,10 @@
{ ... }:
{
services.adguard = {
enable = true;
allowDHCP = true;
port = 3000;
openFirewall = true;
mutableSettings = true;
};
}