ssh: disable workaround
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
99e2611838
commit
3f18313d56
1 changed files with 4 additions and 4 deletions
|
@ -23,10 +23,10 @@ in {
|
||||||
|
|
||||||
# Work around FHS permissions
|
# Work around FHS permissions
|
||||||
# https://github.com/nix-community/home-manager/issues/322#issuecomment-1856128020
|
# https://github.com/nix-community/home-manager/issues/322#issuecomment-1856128020
|
||||||
home.file.".ssh/config" = {
|
# home.file.".ssh/config" = {
|
||||||
target = ".ssh/config_source";
|
# target = ".ssh/config_source";
|
||||||
onChange = "cat ~/.ssh/config_source > ~/.ssh/config && chmod 400 ~/.ssh/config";
|
# onChange = "cat ~/.ssh/config_source > ~/.ssh/config && chmod 400 ~/.ssh/config";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue