Release v0.2.0
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-03-02 07:25:06 +01:00
parent f0e29d38a4
commit c24af42fc0
9 changed files with 153 additions and 6 deletions

View file

@ -4,6 +4,16 @@
Changes yet to be released are documented here.
## v0.2.0
- Improve config discovery for server workflows:
- honor `$NIX_CACHE_LOGIN_CONFIG` when `--config` is not set
- fall back to `/etc/nix-cache-login/config.toml` when per-user config is absent
- Update `--config` help text to document config path resolution order
- Set `NIX_CACHE_LOGIN_CONFIG` in the NixOS server module so interactive commands (like `status`) use the same config as the timer service
- Install `/etc/nix-cache-login/config.toml` via the NixOS server module from `services.nix-cache-login-server.configFile`
- Add a NixOS server module VM test and wire it into flake checks
## v0.1.3
- Improve `status` for server use by detecting service-account mode from config