removed adguard home from h001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-07 11:42:36 -05:00
parent 2894e4050c
commit ab930d0040
2 changed files with 0 additions and 32 deletions

View file

@ -1,31 +0,0 @@
{
...
}:
{
config = {
services.adguardhome = {
enable = true;
allowDHCP = true;
openFirewall = false;
};
networking.firewall.allowedTCPPorts = [
53 # DNS
68 # DHCP
5543 # DNSCrypt
# 3000 # Initial installation
80 # admin panel
443 # admin panel
853 # DNS over tls
# 6060 # Debugging profile
];
networking.firewall.allowedUDPPorts = [
53 # DNS
# 67 # DHCP
# 68 # DHCP
443 # Admin panel/https dns over https
853 # DNS over quic
5443 # DNSCrypt
];
};
}

View file

@ -3,7 +3,6 @@
}: }:
{ {
imports = [ imports = [
./adguardhome.nix
./nixarr.nix ./nixarr.nix
./monitoring.nix ./monitoring.nix
./pinchflat.nix ./pinchflat.nix