diff --git a/nixos/hosts/nuc-server/firewall.nix b/nixos/hosts/nuc-server/firewall.nix
index 954f0785..74546682 100644
--- a/nixos/hosts/nuc-server/firewall.nix
+++ b/nixos/hosts/nuc-server/firewall.nix
@@ -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