diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-10-19 15:04:22 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-10-19 15:04:22 +0200 |
| commit | fe92877fa4b1c1240acd3cde464efe76d9d21b3b (patch) | |
| tree | 66d5dd3955d881b16bdce21c9f4ff7676474c9ce /home | |
| parent | 7069ef0bfe253603fe17d327a8d67b8458b7653c (diff) | |
home: ssh: add ds411 host
Diffstat (limited to 'home')
| -rw-r--r-- | home/default.nix | 14 |
1 files changed, 10 insertions, 4 deletions
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"; + }; }; }; } |
