From 7bf8a1456d0db88c4f44f6c2f9c251de35acc8c5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 23 Nov 2022 00:38:38 +0100 Subject: [PATCH] home: ssh: add included config file to ssh_config --- home/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/ssh.nix b/home/ssh.nix index 3f80b3b..0959bef 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -49,6 +49,8 @@ in { proxyJump = "ssh.lrde.epita.fr"; }; }; + + includes = ["prologin_config"]; }; }; }