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