Open UDP port 53 for Adguardhome

This commit is contained in:
Evie Litherland-Smith 2023-05-10 11:03:52 +01:00
parent c84fbedb65
commit 9d900c96de

View file

@ -7,4 +7,5 @@
};
services.nginx.virtualHosts."guard.xenia.me.uk" = import ./nginx/sites/adguardhome.nix;
networking.firewall.allowedTCPPorts = [ 53 3000 ];
networking.firewall.allowedUDPPorts = [ 53 ];
}