Remove conflicting firewall enable option

This commit is contained in:
GHOSCHT 2024-05-23 23:56:05 +02:00
parent 22eb62df23
commit ef886a63a4
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -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];
}