this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "hosts: enable tailscale ssh"

This reverts commit e7bb6fc6764fe9c6eec8533b3e69720051df7b68.

+1 -2
+1 -2
hosts/common/network.nix
··· 10 10 11 11 services.tailscale = { 12 12 enable = true; 13 + openFirewall = true; 13 14 authKeyFile = config.age.secrets.tailscaleAuthKey.path; 14 - extraUpFlags = ["--ssh"]; 15 - openFirewall = true; 16 15 }; 17 16 }