mirror of
https://github.com/dolphin-emu/sadm
synced 2025-10-06 00:02:50 +02:00
altair/hypervisor: Allow RDP ports in firewall
This commit is contained in:
@@ -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" ];
|
||||
|
Reference in New Issue
Block a user