From fe92877fa4b1c1240acd3cde464efe76d9d21b3b Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 19 Oct 2025 15:04:22 +0200 Subject: home: ssh: add ds411 host --- home/default.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'home') diff --git a/home/default.nix b/home/default.nix index 5ab72f9..9caad94 100644 --- a/home/default.nix +++ b/home/default.nix @@ -28,10 +28,16 @@ } ''; - ssh.matchBlocks."git.aristote.fr" = { - host = "git.aristote.fr"; - hostname = lib.mkForce "hephaistos.local"; - proxyJump = lib.mkForce null; + ssh.matchBlocks = { + "git.aristote.fr" = { + hostname = lib.mkForce "hephaistos.local"; + proxyJump = lib.mkForce null; + }; + "ds411.aristote.fr" = { + hostname = "ds411.aristote.mesh"; + user = "quentin"; + proxyJump = "hermes.aristote.fr"; + }; }; }; } -- cgit v1.2.3