Skip to content

Commit

Permalink
added mullvad socks proxy routing through tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Oct 15, 2024
1 parent 7840003 commit a6e10a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nixos/hosts/nix-ext-net/configuration.nix:generic-api-key:39
roles/home-manager/linux.nix:generic-api-key:218
nixos/roles/remote-access/wireguard-server.nix:generic-api-key:25
nixos/roles/remote-access/sshd.nix:generic-api-key:23
5 changes: 5 additions & 0 deletions nixos/hosts/nix-nvidia/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,9 @@

# Enable CI/CD
services.comin.enable = true;

# Route mullvad through Tailscale
services.tailscale.extraSetFlags = [
"--advertise-routes=10.64.0.1/32"
];
}

0 comments on commit a6e10a9

Please sign in to comment.