blade: allow tailscale 41641/udp

This commit is contained in:
Luke Granger-Brown 2021-03-13 20:58:43 +00:00
parent e979f4e83e
commit a763c85e3d

View file

@ -78,6 +78,9 @@ in {
defaultGateway = lib.mkDefault "10.100.0.1"; defaultGateway = lib.mkDefault "10.100.0.1";
firewall.allowedUDPPorts = [
41641 # Tailscale
];
firewall.allowedTCPPorts = lib.mkIf config.services.ceph.enable [ 6789 3300 ]; firewall.allowedTCPPorts = lib.mkIf config.services.ceph.enable [ 6789 3300 ];
firewall.allowedTCPPortRanges = lib.mkIf config.services.ceph.enable [{ from = 6800; to = 7300; }]; firewall.allowedTCPPortRanges = lib.mkIf config.services.ceph.enable [{ from = 6800; to = 7300; }];