Commit dfc82e70514e

Vincent Demeester <vincent@sbr.pm>
2026-04-16 15:08:24
flux-generate: keep SSH config for hostname resolution
1 parent 0293c66
Changed files (1)
modules
flux-generate
modules/flux-generate/default.nix
@@ -97,7 +97,7 @@ in
       environment = {
         HOME = "/home/vincent";
         NIX_PATH = "nixpkgs=${pkgs.path}";
-        GIT_SSH_COMMAND = "ssh -F /dev/null -o IdentitiesOnly=yes -i /home/vincent/.ssh/id_passage -o StrictHostKeyChecking=yes -o UserKnownHostsFile=/home/vincent/.ssh/known_hosts";
+        GIT_SSH_COMMAND = "ssh -o IdentitiesOnly=yes -i /home/vincent/.ssh/id_passage";
       };
     };