mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
ssh-agent: use types.nullOr
This commit is contained in:
parent
d57110fabc
commit
2fd7e5f39d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ in
|
|||
};
|
||||
|
||||
agentTimeout = mkOption {
|
||||
type = types.string;
|
||||
type = types.nullOr types.string;
|
||||
default = "1h";
|
||||
description = ''
|
||||
How long to keep the private keys in memory. Use null to keep them forever.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue