summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-09-23 16:48:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-09-23 16:48:17 +0200
commitff504f0d6c9f22430412bacc5ae82d5f27ce077f (patch)
tree43d34db26cc85a7e34ad6e2a6171f80cccc2a839 /hosts
parentcb118fd08ceac4607bd53298810c5685220f5faf (diff)
downloadnixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar
nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar.gz
nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar.bz2
nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.tar.xz
nixos-ff504f0d6c9f22430412bacc5ae82d5f27ce077f.zip
...
Diffstat (limited to 'hosts')
-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;