{ me, machines, ... }: { imports = [ ../../modules/common.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 ]; foundation = { www = { # a tunnel egress node requires the http/https ports. enable = false; public = false; tailnet = false; }; monitoring.client.enable = false; vpn = { enable = true; externalInterface = "enp6s16"; }; }; system.stateVersion = "25.05"; }