home | add gpg-agent and a few other bits and bobs

This commit is contained in:
Don Harper 2024-03-13 22:33:17 -05:00
parent f72cdf4cf6
commit c7135043b8

View file

@ -87,5 +87,18 @@
syncthing = {
tray.enable = true;
};
gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
enableSshSupport = true;
};
};
programs.go.enable = true;
programs.keychain = {
enable = true;
enableBashIntegration = true;
agents = "ssh";
keys = "id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA";
inheritType = "any";
};
}