diff --git a/nixos/modules/programs/ssh.nix b/nixos/modules/programs/ssh.nix index 6b7295722485..c9bfe2fe0f70 100644 --- a/nixos/modules/programs/ssh.nix +++ b/nixos/modules/programs/ssh.nix @@ -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.