idk why this didnt work with wsl
This commit is contained in:
parent
a120bfb8b6
commit
99591750cb
@ -1,9 +1,8 @@
|
||||
{config, nixosConfig, ...}: {
|
||||
{nixosConfig, ...}: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
compression = true;
|
||||
hashKnownHosts = true;
|
||||
userKnownHostsFile = "~/.local/share/ssh/known-hosts";
|
||||
addKeysToAgent = "yes";
|
||||
package = nixosConfig.programs.ssh.package;
|
||||
# Only needed for darcs hub
|
||||
|
Loading…
Reference in New Issue
Block a user