idk why this didnt work with wsl

This commit is contained in:
dusk 2024-05-28 05:50:33 +03:00
parent a120bfb8b6
commit 99591750cb
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -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