diff options
| author | Mel <mel@rnrd.eu> | 2025-07-15 03:27:19 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-15 03:30:56 +0200 |
| commit | 9fd6ea4a21a9112425d4f8d46178404d7b33f386 (patch) | |
| tree | 91d951398c53f8f02cda31f00471c74ae8afaf02 /flake.nix | |
| parent | 1bc37f9dc418b0394ea9498ceb361ba545230fd0 (diff) | |
| download | network-9fd6ea4a21a9112425d4f8d46178404d7b33f386.tar.zst network-9fd6ea4a21a9112425d4f8d46178404d7b33f386.zip | |
Add 'taupe' server serving as exit node
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index ed61eb6..4a943c3 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,7 @@ machines = with systems; mkMachines [ { name = "corsac"; system = x86; tailscale.ip = "100.64.100.100"; } { name = "lapin"; system = arm; tailscale.ip = "100.83.254.27"; } + { name = "taupe"; system = arm; tailscale.ip = "100.103.211.75"; } { name = "renard"; system = x86; tailscale.ip = "100.75.17.75"; } { name = "fourmi"; system = arm; tailscale.ip = "100.99.119.83"; } ]; |
