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"; };