diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 6c19159f..4e60aae8 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -71,6 +71,12 @@ in services.malobeo.microvm.deployHosts = [ "overwatch" "infradocs" "nextcloud" "durruti" ]; networking = { + nat = { + enable = true; + externalInterface = "enp1s0"; + internalInterfaces = [ "microvm" ]; + }; + firewall = { allowedTCPPorts = [ 80 ]; };