{ ... }: { imports = [ ../../modules/common.nix # taupe is an egress node in the renard tunnel. # it routes traffic towards helsinki, finland. ../../modules/tunnel/egress.nix ./hardware.nix ./devices.nix ]; foundation = { www = { # a tunnel egress node requires the http/https ports. enable = false; public = false; tailnet = false; }; monitoring.client.enable = false; }; system.stateVersion = "25.05"; }