From 5fe9578d72b90427397e2cfbeaf06eb1281cdb3d Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 4 May 2026 12:23:03 +0200 Subject: [PATCH] nx2s-email-relay hostname fix --- home-modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/ssh.nix b/home-modules/ssh.nix index 3046f5a..ddf2173 100644 --- a/home-modules/ssh.nix +++ b/home-modules/ssh.nix @@ -38,7 +38,7 @@ "nxrpli" = (nxace "nxrpil") // { hostname = "10.0.1.31"; port = 22; }; "nx2s-email-relay" = default // { identityFile = "${hyper.home}/vault/ssh/nx2s-email-relay"; - host = "35.243.218.208"; + hostname = "35.243.218.208"; port = 22; user = secrets.ssh.nx2s-email-relay-user; };