localsend: open ports

This commit is contained in:
lassulus 2024-02-20 12:02:09 +01:00
parent a3cb841065
commit 8b1f441a75

View File

@ -31,6 +31,8 @@
clan.networking.zerotier.networkId = "a0cbf4b62a5113d8";
services.getty.autologinUser = "root";
environment.systemPackages = [ pkgs.localsend ];
networking.firewall.interfaces."zt+".allowedTCPPorts = [ 53317 ];
networking.firewall.interfaces."zt+".allowedUDPPorts = [ 53317 ];
};
};
})