summaryrefslogtreecommitdiff
path: root/hosts/surtr/postgresql/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/postgresql/default.nix')
-rw-r--r--hosts/surtr/postgresql/default.nix2
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;