remove firewall from container
This commit is contained in:
parent
893e5bc1da
commit
57543e5386
1 changed files with 4 additions and 4 deletions
|
|
@ -154,10 +154,10 @@ in
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
interfaces."eth0".useDHCP = true;
|
interfaces."eth0".useDHCP = true;
|
||||||
firewall = {
|
# firewall = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
allowedTCPPorts = [ 22 80 443 ];
|
# allowedTCPPorts = [ 22 80 443 ];
|
||||||
};
|
# };
|
||||||
# Use systemd-resolved inside the container
|
# Use systemd-resolved inside the container
|
||||||
useHostResolvConf = false;
|
useHostResolvConf = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue