Remove conflicting firewall enable option
This commit is contained in:
parent
22eb62df23
commit
ef886a63a4
1 changed files with 1 additions and 4 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue