nixos/incus: add zstd to serverBinPath
zstd is a supported compression algo for images: https://linuxcontainers.org/incus/docs/main/server_config/#server-options-images
This commit is contained in:
@@ -57,6 +57,7 @@ let
|
||||
virtiofsd
|
||||
xdelta
|
||||
xz
|
||||
zstd
|
||||
]
|
||||
++ lib.optionals (lib.versionAtLeast cfg.package.version "6.3.0") [
|
||||
skopeo
|
||||
|
||||
Reference in New Issue
Block a user