home-manager: Add some ssh config options

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-04-15 16:59:30 +02:00
parent cdd6fc07f3
commit 8099ef8e1d
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -44,6 +44,14 @@ in {
};
};
programs.ssh = {
enable = true;
matchBlocks."*" = {
extraOptions.AddKeysToAgent = true;
identityFile = "~/.ssh/id_ed25519";
};
};
programs.yt-dlp.enable = true;
programs.zsh.shellAliases = {