remove firewall from container
This commit is contained in:
@@ -154,10 +154,10 @@ in
|
||||
|
||||
networking = {
|
||||
interfaces."eth0".useDHCP = true;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
};
|
||||
# firewall = {
|
||||
# enable = true;
|
||||
# allowedTCPPorts = [ 22 80 443 ];
|
||||
# };
|
||||
# Use systemd-resolved inside the container
|
||||
useHostResolvConf = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user