We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1c950 commit f92a89cCopy full SHA for f92a89c
modules/apps/ssh.nix
@@ -5,7 +5,7 @@
5
includes = [
6
"~/.ssh/override_config"
7
# "${config.age.secrets.ssh_host_config.path}" # `sunlei/zsh-ssh` can't resolve absolute path
8
- "$~/.ssh/host_configuration"
+ "~/.ssh/host_configuration"
9
];
10
matchBlocks."*" = {
11
addKeysToAgent = "no";
0 commit comments