[fanny] nat microvm traffic

This commit is contained in:
2025-01-23 19:03:46 +01:00
parent c8f7358ac2
commit de774ac9b4

View File

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