1
1
Fork 0

ssh: disable workaround

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-28 17:02:24 -06:00
parent 99e2611838
commit 3f18313d56
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -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";
# };
};
};
}