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
- Add
shb.zfs.snapshotBeforeActivationoption to take a ZFS snapshot of given datasets before activation.
See the manual for more details. - Add sanoid block
- Add option to take snapshot before activation with ZFS block.
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