fix: update gnupg-agent ttl
This commit is contained in:
parent
8541178dca
commit
5573e2629e
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
settings = {
|
||||||
|
default-cache-ttl = 34560000; # I only want to enter the password on boot
|
||||||
|
maximum-cache-ttl = 34560000;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue