diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-27 16:27:22 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-27 16:31:14 +0200 |
commit | 95f119d4c65700bfef1e7e62b9c0b46a77347c68 (patch) | |
tree | 8ba742cb0b2435539cfbfe521a24a411bba69898 /hosts/home.nix | |
parent | Fix bug with mountpoint options not being in diff strings (diff) | |
download | nixos-config-95f119d4c65700bfef1e7e62b9c0b46a77347c68.tar.gz nixos-config-95f119d4c65700bfef1e7e62b9c0b46a77347c68.tar.bz2 nixos-config-95f119d4c65700bfef1e7e62b9c0b46a77347c68.zip |
fmt
Diffstat (limited to 'hosts/home.nix')
-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; }; }; |