thorite: scrape forgejo and hedgedoc

This commit is contained in:
xinyangli 2024-12-04 16:34:51 +08:00
parent f260f7d847
commit b667f8bf3f
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
4 changed files with 33 additions and 7 deletions

View file

@ -36,7 +36,7 @@ in
btrfsRoots = [ ];
};
services.postgresqlBackup = {
services.postgresqlBackup = lib.mkIf config.services.postgresql.enable {
enable = true;
compression = "zstd";
compressionLevel = 9;