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
|
|
@ -19,10 +19,4 @@ in {
|
|||
"secrets/cloudflare_worker_api_token.age".publicKeys = [ users.ltadeu6 systems.Nixos ];
|
||||
"secrets/cloudflare_dns_api_token.age".publicKeys = [ users.ltadeu6 systems.Nixos ];
|
||||
"secrets/minecraft_rcon_password.age".publicKeys = [ users.ltadeu6 systems.Nixos ];
|
||||
"secrets/wireguard_private_key.age".publicKeys = [ users.ltadeu6 systems.Nixos ];
|
||||
|
||||
wireguard = {
|
||||
peerPublicKey = "SZa3sH9QzjuhAzSFDybLbOxr3UxwPzV3SaiNLaJIjz0=";
|
||||
endpoint = "vps32536.publiccloud.com.br:51820";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue