From d289aa5b8dff9e3455e2b95ca1fd9586e035a5db Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 16:58:57 +0900 Subject: [PATCH] TEst --- nixos/hosts/osaka-vultr-01/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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"; + } ]; };