diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index aae29e7..6d508cf 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -44,9 +44,9 @@ in enable = true; enableSshSupport = true; sshKeys = [ "BC10A40920B576F641480795B9C7E01A4E47DA9F" ]; - defaultCacheTtl = 43200;#12h + defaultCacheTtl = 43200; #12h defaultCacheTtlSsh = 43200; - maxCacheTtl = 86400;#24h + maxCacheTtl = 86400; #24h maxCacheTtlSsh = 86400; }; }; |