mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:46:11 +01:00
ttls
This commit is contained in:
@@ -45,6 +45,12 @@
|
|||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
settings = {
|
||||||
|
max-cache-ttl = 60480000;
|
||||||
|
default-cache-ttl = 60480000;
|
||||||
|
default-cache-ttl-ssh = 60480000;
|
||||||
|
max-cache-ttl-ssl = 60480000;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# This setups a SSH server. Very important if you're setting up a headless system.
|
# This setups a SSH server. Very important if you're setting up a headless system.
|
||||||
|
|||||||
Reference in New Issue
Block a user