Add comments
This commit is contained in:
parent
abf9286399
commit
dd5be3d381
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
# NOTE: THis is required to be non-port specific because of the Docker network.
|
||||
# Else the connection fails. I don't know how / if I can specify the Docker bridge interface
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
80 # HTTP
|
||||
|
|
Loading…
Add table
Reference in a new issue