{ flake.modules.nixos.ssh-agent = {...}: { # TODO: auto add keys programs.ssh.startAgent = true; }; }