From 97d4ccf5334cc2b0b81bdbd3dbeb15068cd64188 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 21 Aug 2021 12:06:09 +0200 Subject: [PATCH] home: ssh: add more custom hosts --- home/ssh.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/ssh.nix b/home/ssh.nix index e7a5532..cf8d877 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -12,8 +12,11 @@ in enable = true; matchBlocks = { - poseidon = { - hostname = "poseidon.alarsyo.net"; + boreal = { hostname = "boreal.alarsyo.net"; }; + poseidon = { hostname = "poseidon.alarsyo.net"; }; + pi = { + hostname = "pi.alarsyo.net"; + user = "pi"; }; "*.lrde.epita.fr" = {