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