all repos — flake @ 2cfa070202efab509b753f51db74bd61f5e34a23

got my cool flake

home: enable ssh agent
vi did:web:vt3e.cat
Tue, 05 May 2026 23:58:37 +0100
commit

2cfa070202efab509b753f51db74bd61f5e34a23

parent

93eeeb7931d5df4736cc2d8ed0976113c3a05e4f

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M home/common/ssh.nixhome/common/ssh.nix

@@ -1,6 +1,8 @@

{ lib, ... }: { programs.ssh.enableDefaultConfig = false; + services.ssh-agent.enable = true; + home.activation.writeSSHConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' rm -f $HOME/.ssh/config cat > $HOME/.ssh/config <<EOF