diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-09-23 16:48:17 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-09-23 16:48:17 +0200 |
commit | ff504f0d6c9f22430412bacc5ae82d5f27ce077f (patch) | |
tree | 43d34db26cc85a7e34ad6e2a6171f80cccc2a839 /hosts/surtr | |
parent | cb118fd08ceac4607bd53298810c5685220f5faf (diff) | |
download | nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar.gz nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar.bz2 nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar.xz nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.zip |
...
Diffstat (limited to 'hosts/surtr')
-rw-r--r-- | hosts/surtr/postgresql/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/surtr/postgresql/default.nix b/hosts/surtr/postgresql/default.nix index 8c373f49..dc6c531d 100644 --- a/hosts/surtr/postgresql/default.nix +++ b/hosts/surtr/postgresql/default.nix | |||
@@ -31,6 +31,8 @@ in { | |||
31 | repo2-retention-archive = 7; | 31 | repo2-retention-archive = 7; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | archive.archive-timout = 3600; | ||
35 | |||
34 | "global" = { | 36 | "global" = { |
35 | compress-type = "zst"; | 37 | compress-type = "zst"; |
36 | compress-level = 9; | 38 | compress-level = 9; |