diff options
Diffstat (limited to 'machines/taureau')
| -rw-r--r-- | machines/taureau/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/machines/taureau/default.nix b/machines/taureau/default.nix index dd828af..d9d5636 100644 --- a/machines/taureau/default.nix +++ b/machines/taureau/default.nix @@ -3,7 +3,10 @@ { imports = [ ../../modules/common.nix - ../../modules/vpn/egress.nix + + # taureau is an egress node in the renard tunnel. + # it routes traffic towards new york, united states. + ../../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; |
