test
This commit is contained in:
parent
37635ca621
commit
c95ddaad4d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
}
|
Loading…
Reference in a new issue