services.mysqlBackup.compressionLevel

NixOS option

Compression level to use for gzip, xz or zstd. For gzip: 1-9 For xz: 0-9 For zstd: 1-19 If compression level is also specified in gzipOptions, the gzipOptions value will be overwritten

type: null or signed integer
Default
null
declared in: nixos/modules/services/backup/mysql-backup.nixView source on NixOS/nixpkgs →