-
v0.5.0 Pre-release
released this
2026-02-10 00:30:14 +01:00 | 0 commits to main since this releaseRemoved
- Dropped
nixconfig_sshd_authorized_principals; authorized principals are now only managed throughnixconfig_accountsentries. - Dropped
nixconfig_new_user_password; password behavior is now controlled per account.
Changed
- Account password handling now supports
password_stateper 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_stateis set tononeand no password is provided.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Dropped