spellcheck

This commit is contained in:
2025-04-06 13:25:47 -05:00
parent 78bb65ef23
commit 0f84876474

View File

@@ -7,10 +7,10 @@
config = lib.mkIf config.sysconfig.opts.virtualization.rustdesk.enable { config = lib.mkIf config.sysconfig.opts.virtualization.rustdesk.enable {
networking = {
firewall.allowedTCPPorts = [ 21115 21116 21117 ]; firewall.allowedTCPPorts = [ 21115 21116 21117 ];
firewall.allowedUDPPorts = [ 21116 ]; firewall.allowedUDPPorts = [ 21116 ];
};
containers.rustdesk = { containers.rustdesk = {
autoStart = true; autoStart = true;