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 = {
|
||||
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue