1
0
Fork 0
  • v0.5.0 bca6d5b767

    v0.5.0 Pre-release

    marcus released this 2026-02-10 00:30:14 +01:00 | 0 commits to main since this release

    Removed

    • Dropped nixconfig_sshd_authorized_principals; authorized principals are now only managed through nixconfig_accounts entries.
    • Dropped nixconfig_new_user_password; password behavior is now controlled per account.

    Changed

    • Account password handling now supports password_state per entry, defaulting to an expired empty password or allowing no password.

    Fixed

    • Ensure queued handlers are flushed on errors by wrapping ssh, accounts, and CA sections in block/rescue, avoiding lost notifications when subsequent tasks fail.
    • Avoid locking accounts when password_state is set to none and no password is provided.
    Downloads