task | home - enable ssh-agent, remove ssh-agent from gpg-agent
This commit is contained in:
parent
8d235a456c
commit
bc30c3ad1d
2 changed files with 28 additions and 1 deletions
|
|
@ -114,10 +114,13 @@
|
|||
overrideFolders = false;
|
||||
tray.enable = true;
|
||||
};
|
||||
ssh-agent = {
|
||||
enable = true;
|
||||
};
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
enableSshSupport = true;
|
||||
# enableSshSupport = true;
|
||||
};
|
||||
};
|
||||
programs.go.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue