]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/ssh.nix
nebula: comment about possible cipher
[julm/julm-nix.git] / home-manager / profiles / ssh.nix
1 { lib, ... }:
2 {
3 programs.ssh = {
4 forwardAgent = lib.mkDefault false;
5 };
6 }