Skip to content

Commit

Permalink
modules (adguard): Expose nginx ports
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Jun 28, 2024
1 parent 8bfa912 commit 16de192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/adguard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in {
config = lib.mkIf cfg.enable {
networking.firewall = {
allowedUDPPorts = [config.services.adguardhome.settings.dns.port];
allowedTCPPorts = [config.services.adguardhome.settings.dns.port];
allowedTCPPorts = [config.services.adguardhome.settings.dns.port 80 443];
};
services.adguardhome = {
enable = true;
Expand Down

0 comments on commit 16de192

Please sign in to comment.