Add Tailscale, remove WireGuard and old VPS references
- Enable Tailscale on NixOracle and Nixos - Add SSH matchBlock for Termux (pixel-7a, port 8022) - Remove extraHosts entries for vps and NixOracle - Remove WireGuard config, secrets and age key Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4018598451
commit
6b3f8709a1
5 changed files with 18 additions and 27 deletions
|
|
@ -83,7 +83,11 @@ in {
|
|||
c.PasswordIdentityProvider.password_required = True
|
||||
'';
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 41641 ];
|
||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue