]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/ssh.nix
git: push: replace --force with --force-with-lease --force-if-includes
[julm/julm-nix.git] / home-manager / profiles / ssh.nix
1 { lib, ... }:
2 {
3 programs.ssh = {
4 forwardAgent = lib.mkDefault false;
5 };
6 }