home | add gpg-agent and a few other bits and bobs
This commit is contained in:
parent
f72cdf4cf6
commit
c7135043b8
1 changed files with 13 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue