diff options
| author | Mel <mel@rnrd.eu> | 2026-04-24 03:10:11 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-04-24 03:18:05 +0200 |
| commit | fa38ea010957a98e778c32b23a8f133b14afdef1 (patch) | |
| tree | 2548538141908ceafa25c5f8ac7371d054b7bd87 /machines/taupe | |
| parent | 97e935e0ff718cbec86605bf584a5660812bdce9 (diff) | |
| download | network-fa38ea010957a98e778c32b23a8f133b14afdef1.tar.zst network-fa38ea010957a98e778c32b23a8f133b14afdef1.zip | |
Give the VPN its final name 'Tunnel'
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/taupe')
| -rw-r--r-- | machines/taupe/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/machines/taupe/default.nix b/machines/taupe/default.nix index caa5a83..51d84b4 100644 --- a/machines/taupe/default.nix +++ b/machines/taupe/default.nix @@ -3,7 +3,10 @@ { imports = [ ../../modules/common.nix - ../../modules/vpn/egress.nix + + # taupe is an egress node in the renard tunnel. + # it routes traffic towards helsinki, finland. + ../../modules/tunnel/egress.nix ./hardware.nix ./devices.nix @@ -11,6 +14,7 @@ foundation = { www = { + # a tunnel egress node requires the http/https ports. enable = false; public = false; |
