Update flake.lock #83

Merged
kalipso merged 33 commits from staging into master 2025-02-22 21:06:42 +01:00
Showing only changes of commit 91e681e879 - Show all commits

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 ];
};