From 3f18313d56c8e765084596575f4318d81be1ab8e Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 28 Feb 2025 17:02:24 -0600 Subject: [PATCH] ssh: disable workaround Signed-off-by: Myned --- options/custom/programs/ssh.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/options/custom/programs/ssh.nix b/options/custom/programs/ssh.nix index 2f2ee0a..6a3d0d3 100644 --- a/options/custom/programs/ssh.nix +++ b/options/custom/programs/ssh.nix @@ -23,10 +23,10 @@ in { # Work around FHS permissions # https://github.com/nix-community/home-manager/issues/322#issuecomment-1856128020 - home.file.".ssh/config" = { - target = ".ssh/config_source"; - onChange = "cat ~/.ssh/config_source > ~/.ssh/config && chmod 400 ~/.ssh/config"; - }; + # home.file.".ssh/config" = { + # target = ".ssh/config_source"; + # onChange = "cat ~/.ssh/config_source > ~/.ssh/config && chmod 400 ~/.ssh/config"; + # }; }; }; }