Skip to content

v0.9.0

Latest

Choose a tag to compare

@ibizaman ibizaman released this 22 Jun 08:08
· 1 commit to main since this release

Update

nix flake update selfhostblocks --override-input selfhostblocks github:ibizaman/selfhostblocks/v0.9.0

See https://shb.skarabox.com/usage.html#usage-flake-tag

Breaking Changes

  • Updated simple-nixos-mailserver. Update all options following this pattern:

    - mailserver.mailboxes.<name>.specialUse = "value"
    + mailserver.mailboxes.<name>.special_use = "\\value"

    Note that simple-nixos-mailserver wanted to upgrade the location of the storage path
    to include the ldap UID instead of the email but I kept the email address.
    This means there is no migration to do.

  • Update nixpkgs from 6201e2 to abd1ea.

New Features

Fixes

  • Fix oidc_login build for Nextcloud
  • Fix mailserver build

Other Changes

  • Harden lldap configuration #694
  • Convert ZFS block to systemd service and add documentation
  • Switch monitoring log fetching from deprecated promtail to fluent-bit
  • Add test to catch drift for Let's Encrypt DNS provider #738 by @dniku

Changelog: https://github.com/ibizaman/selfhostblocks/blob/v0.9.0/CHANGELOG.md
Commit: v0.8.0...v0.9.0