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

@ -68,6 +68,16 @@ nix-cache-login status # show token expiry info
nix-cache-login logout # revoke tokens and clean up
```
Config path resolution order:
1. `--config`
2. `$NIX_CACHE_LOGIN_CONFIG`
3. `$XDG_CONFIG_HOME/nix-cache-login/config.toml`
4. `/etc/nix-cache-login/config.toml` (server fallback)
The NixOS server module exports `NIX_CACHE_LOGIN_CONFIG` and installs
`/etc/nix-cache-login/config.toml` from `services.nix-cache-login-server.configFile`.
## Maintenance
This tool is actively maintained by [Guardian Project](https://guardianproject.info).