Release v0.2.0
This commit is contained in:
parent
f0e29d38a4
commit
c24af42fc0
9 changed files with 153 additions and 6 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue