diff --git a/hosts/bastion.nix b/hosts/bastion.nix index 6c69d86..d39b852 100644 --- a/hosts/bastion.nix +++ b/hosts/bastion.nix @@ -8,10 +8,11 @@ rec { ip = "192.168.10.189"; traefikRoutes = [ - { - name = "${hostname}-vpn"; - rule = "Host(`vpn.${hlConfig.domain}`)"; - target = "http://${ip}:80"; - } + # NOTE: Disabled for now, since there is no auth yet + # { + # name = "${hostname}-vpn"; + # rule = "Host(`vpn.${hlConfig.domain}`)"; + # target = "http://${ip}:80"; + # } ]; }