fix: use correct module name for backups

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-30 12:24:35 +05:30
parent e6068d34d5
commit 653ee4e3b6
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -26,7 +26,7 @@
package = cfg.package;
};
snowflake.services.backup.config.postgresql = let
snowflake.services.backups.config.postgresql = let
compressSuffix = ".zstd";
compressCmd = "${pkgs.zstd}/bin/zstd -c";