Skip to content

Commit

Permalink
home: ssh: thanatos config
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Dec 14, 2023
1 parent c67d739 commit 3d1ecf2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion home/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 3d1ecf2

Please sign in to comment.