no open ports from docker module

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-09 23:38:03 +02:00
parent 24bb3136cf
commit 2fcdf32944

View File

@@ -13,8 +13,4 @@
# }; # };
}; };
users.users."${user}".extraGroups = [ "docker" ]; users.users."${user}".extraGroups = [ "docker" ];
networking.firewall.allowedTCPPorts = [
80
8384
];
} }