]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/ssh.nix
nix: strip down essential profile
[julm/julm-nix.git] / home-manager / profiles / ssh.nix
1 { lib, ... }:
2 {
3 programs.ssh = {
4 forwardAgent = lib.mkDefault false;
5 };
6 }