This commit is contained in:
iFargle 2023-08-23 17:14:13 +09:00
parent 37635ca621
commit c95ddaad4d

View file

@ -1,5 +1,5 @@
{ config, pkgs, ... }: {
# Enable tailscale and open port 22 on it
services = { tailscale.enable = true; };
firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];
}