From 1285f390ee5c3d048cdde521cc96449700e5981d Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 17:01:22 +0900 Subject: [PATCH] test --- nixos/hosts/osaka-vultr-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index d73a85c4..0bd8d406 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -86,7 +86,7 @@ name = "ssh"; port = 2282; server = "/usr/bin/env"; # Placeholder. - extraConfig = "redirect = 10.100.0.2 443"; + extraConfig = "redirect = 10.100.0.2 22"; } ]; };