altair/hypervisor: Allow RDP ports in firewall

This commit is contained in:
OatmealDome
2025-08-23 16:54:34 +00:00
parent f7e1f82f08
commit a1ed0f52a2

View File

@@ -52,7 +52,8 @@
];
};
};
networking.firewall.allowedUDPPorts = [ 67 547 ];
networking.firewall.allowedUDPPorts = [ 67 547 3389 ];
networking.firewall.allowedTCPPorts = [ 3389 ];
systemd.services.guest-win2022 = {
after = [ "libvirtd.service" ];