diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index 5e6a9806..d73a85c4 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -22,6 +22,7 @@ 22 80 443 + 2282 ]; networking.firewall.allowedUDPPorts = [ 51820 ]; @@ -81,6 +82,12 @@ server = "/usr/bin/env"; # Placeholder. extraConfig = "redirect = 10.100.0.2 443"; } + { + name = "ssh"; + port = 2282; + server = "/usr/bin/env"; # Placeholder. + extraConfig = "redirect = 10.100.0.2 443"; + } ]; };