1 2 3 4 5 6
{ flake.modules.nixos.ssh-agent = {...}: { # TODO: auto add keys programs.ssh.startAgent = true; }; }