This commit is contained in:
2025-08-01 00:17:01 -05:00
parent 65ce8b14e1
commit 9c44039e08

View File

@@ -7,17 +7,17 @@
config = lib.mkIf config.sysconfig.opts.virtualization.rustdesk.enable {
networking = {
/*networking = {
firewall.allowedTCPPorts = [ 21115 21116 21117 21118 21119 ];
firewall.allowedUDPPorts = [ 21116 ];
};
};*/
containers.rustdesk = {
autoStart = true;
privateNetwork = true;
hostAddress = "192.168.100.10";
localAddress = "192.168.100.27";
forwardPorts = [
/* forwardPorts = [
{
containerPort = 21115;
hostPort = 21115;
@@ -51,7 +51,7 @@
}
];
];*/
config = {
services.rustdesk-server = {