1
0
Fork 0
  • v0.3.0 5f4e16415f

    v0.3.0 Pre-release

    marcus released this 2025-03-16 23:26:45 +01:00 | 36 commits to main since this release

    Added

    • Added support for group-level sshd configuration. (resolves #5)
    • Added validation to tasks that change sshd configuration. This ensures the role will fail if the configuration is invalid and prevents the user from locking themselves out of the system because sshd refuses to start due to a typo.
    • Added the nixconfig_private_ca_certs variable to install and trust private CA certificates. (resolves #21)

    Fixed

    • The nixconfig:sshd tag now includes tasks at the user/group level.
    • The handler for restarting sshd now also works on Ubuntu 24.04.

    Changed

    • The nixconfig_install_epel variable has been removed. To install epel-release, simply include it in the nixconfig_packages variable. It will then be installed before any other packages.(resolves #14)
    • The role has a new name again. It's nixconfig now. This means variable and tag prefixes have changed as well.
    Downloads