From 66ed7e75ba73fbf8f0a6383bd470f1f55f7ee2d8 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Wed, 4 Feb 2026 17:40:31 -0600 Subject: [PATCH] fix: disabled IdentityFile config for ssh --- modules/home-manager-modules/openssh.nix | 6 +++--- nix-config-secrets | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home-manager-modules/openssh.nix b/modules/home-manager-modules/openssh.nix index afc98dd..5f07491 100644 --- a/modules/home-manager-modules/openssh.nix +++ b/modules/home-manager-modules/openssh.nix @@ -52,9 +52,9 @@ addKeysToAgent = "confirm"; }; }; - extraConfig = lib.strings.concatLines ( - builtins.map (hostKey: "IdentityFile ~/.ssh/${hostKey.path}") config.programs.openssh.hostKeys - ); + # extraConfig = lib.strings.concatLines ( + # builtins.map (hostKey: "IdentityFile ~/.ssh/${hostKey.path}") config.programs.openssh.hostKeys + # ); }; systemd.user.services = builtins.listToAttrs ( diff --git a/nix-config-secrets b/nix-config-secrets index 6e90a73..22be815 160000 --- a/nix-config-secrets +++ b/nix-config-secrets @@ -1 +1 @@ -Subproject commit 6e90a73ed2e1e81ba37628fc5e5494a80d22b526 +Subproject commit 22be81505a49cd205e9b5c91f51af69c0b885ed3