stop setting netrc-file

This commit is contained in:
Abel Luck 2026-04-08 08:43:08 +02:00
parent aa4732af7b
commit d6d6721c16
6 changed files with 95 additions and 2 deletions

View file

@ -4,6 +4,16 @@
Changes yet to be released are documented here.
## v0.3.0
- Stop setting `nix.settings.netrc-file` from the Home Manager module
- Document `netrc_path` in `config.toml` as the path operators should wire into their daemon configuration
- Add a module evaluation check to prevent the Home Manager module from reintroducing `nix.settings.netrc-file`
These changes are made to support both cppnix and detsysnix. The latter has [special requirements][additionalnetrcsources] around the `netrc` files.
[additionalnetrcsources]: https://docs.determinate.systems/determinate-nix/#additionalnetrcsources
## v0.2.1
- Fix netrc parsing for one-line entries such as `machine ... login ... password ...`