feat(bomba): remove docker firewall rules

This commit is contained in:
2026-05-25 09:02:43 +02:00
parent 0a68c42251
commit aac20b0c00
-7
View File
@@ -1,7 +1,4 @@
{ ... }:
let
dockerNetwork = "172.18.0.0/16";
in
{
networking = {
networkmanager.enable = true;
@@ -22,10 +19,6 @@ in
80
443
];
extraInputRules = ''
ip saddr ${dockerNetwork} tcp dport 5900 accept
ip saddr ${dockerNetwork} tcp dport 8001-8005 accept
'';
};
};
}