home: enable ssh agent
vi did:web:vt3e.cat
Tue, 05 May 2026 23:58:37 +0100
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
home/common/ssh.nix
→
home/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