diff --git a/hosts/franz/arion/dns/default.nix b/hosts/franz/arion/dns/default.nix index ef548b2..70de270 100644 --- a/hosts/franz/arion/dns/default.nix +++ b/hosts/franz/arion/dns/default.nix @@ -7,8 +7,5 @@ # Fix containers not being able to use pihole as dns networking.resolvconf.useLocalResolver = true; - networking.firewall = { - enable = true; - allowedTCPPorts = [80 443]; - }; + networking.firewall.allowedTCPPorts = [80 443]; }