feat: add used ssh identities to agent to trigger keyring

This commit is contained in:
Youwen Wu 2024-12-27 20:50:24 -08:00
parent 5518e47687
commit c8700244d7
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -42,5 +42,6 @@
identityFile = config.age.secrets.gallium_server_ssh.path;
};
};
addKeysToAgent = "yes";
};
}