[fanny] nat microvm traffic

This commit is contained in:
2025-01-23 19:03:46 +01:00
parent 3b1ab5e14c
commit 91e681e879

View File

@@ -72,6 +72,12 @@ in
services.malobeo.microvm.deployHosts = [ "overwatch" "infradocs" "nextcloud" "durruti" ];
networking = {
nat = {
enable = true;
externalInterface = "enp1s0";
internalInterfaces = [ "microvm" ];
};
firewall = {
allowedTCPPorts = [ 80 ];
};