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