b9 v1.1.0 Release Notes

    • ๐Ÿ›  Fix unintended deletion of images that are wrongly classified as obsolete.
    • โž• Add a configuration parameter for guarding operations, for which no timeout values was specified: default_timeout_seconds.
    • โฑ Introduce a configuration parameter to specify an optional timeout factor. Since the introduction of SystemdNspawn support, most invokation of external system commands, e.g. mount, are guarded by short timeouts. During testing I discovered that some systems are just slower and might run into a timeout. To mitigate that, a user can now configure a timeout factor that is applied to the internal, hard-coded time values.
    • ๐Ÿ”„ Change NIX expressions to use haskellPackages instead of myHaskellPackages.