From 5b5612390d2ac9d79e24ba089f274690166846cd Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 14 Dec 2023 13:45:10 +0100 Subject: [PATCH] home: ssh: thanatos config --- home/ssh.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/ssh.nix b/home/ssh.nix index 0959bef..2c1f9a6 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -34,12 +34,19 @@ in { in { boreal = addGPGAgentForwarding {hostname = "boreal.alarsyo.net";}; hades = addGPGAgentForwarding {hostname = "hades.alarsyo.net";}; - poseidon = addGPGAgentForwarding {hostname = "poseidon.alarsyo.net";}; + thanatos = addGPGAgentForwarding {hostname = "thanatos.alarsyo.net";}; pi = addGPGAgentForwarding { hostname = "pi.alarsyo.net"; user = "pi"; }; + "thanatos.lrde.epita.fr" = + lib.hm.dag.entryBefore ["*.lrde.epita.fr"] + (addGPGAgentForwarding { + hostname = "lee.lrde.epita.fr"; + user = "alarsyo"; + }); + "*.lrde.epita.fr" = { user = "amartin"; };