spellcheck
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user