diff options
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; |
