diff --git a/hosts/h001/mods/adguardhome.nix b/hosts/h001/mods/adguardhome.nix deleted file mode 100644 index 6dcdddd..0000000 --- a/hosts/h001/mods/adguardhome.nix +++ /dev/null @@ -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 - ]; - }; -} diff --git a/hosts/h001/mods/default.nix b/hosts/h001/mods/default.nix index 670fd4b..5ed21e3 100644 --- a/hosts/h001/mods/default.nix +++ b/hosts/h001/mods/default.nix @@ -3,7 +3,6 @@ }: { imports = [ - ./adguardhome.nix ./nixarr.nix ./monitoring.nix ./pinchflat.nix