diff options
| author | Baitinq <[email protected]> | 2022-06-27 16:27:22 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-27 16:31:14 +0200 |
| commit | 15cf5869dc85ea37382851d172010d2298f0e9ab (patch) | |
| tree | 12ac3ff06d64435b2f7ae0c80c8409c8f7bb884a /hosts/home.nix | |
| parent | Fix bug with mountpoint options not being in diff strings (diff) | |
| download | nixos-config-15cf5869dc85ea37382851d172010d2298f0e9ab.tar.gz nixos-config-15cf5869dc85ea37382851d172010d2298f0e9ab.tar.bz2 nixos-config-15cf5869dc85ea37382851d172010d2298f0e9ab.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; }; }; |