nixpkgs/nixos/doc/manual/release-notes
Jeremy Fleischman 9c02a1e422
services/cloudflare-dyndns: require that apiTokenFile be an api token
Previously, this option was supposed to be a file of the form
`CLOUDFLARE_API_TOKEN=...`, which has a few problems:

- That's not an api token. It's an env file fit for passing to systemd's
  `EnvironmentFile` option. The user could typo the variable name, or
  intentionally/unintentionally include unrelated environment variables.
- It's not how secret files usually work in NixOS. Secret files are
  usually just the secret, and don't leak details about how the secret
  is passed to the service.
- This increases friction for people switching between cloudflare dyndns
  services, such as `services.cloudflare-dyndns` and
  `services.cfdyndns`, which both have a `apiToken` option, but (before
  this change) with different semantics.
2025-03-19 18:19:29 -05:00
..
release-notes.md 25.05 is Warbler 2024-11-14 09:10:54 -08:00
rl-1310.section.md
rl-1404.section.md
rl-1412.section.md
rl-1509.section.md treewide: Fix all Nix ASTs in all markdown files 2024-03-28 09:28:12 +01:00
rl-1603.section.md
rl-1609.section.md
rl-1703.section.md treewide: Fix all Nix ASTs in all markdown files 2024-03-28 09:28:12 +01:00
rl-1709.section.md
rl-1803.section.md
rl-1809.section.md
rl-1903.section.md
rl-1909.section.md nixos/doc/rl-1909: replace wiki reference with official wiki 2024-04-05 16:13:33 -04:00
rl-2003.section.md
rl-2009.section.md ankisyncd: remove 2024-09-11 13:53:06 +08:00
rl-2105.section.md
rl-2111.section.md treewide: fix typos 2025-02-22 02:02:07 +01:00
rl-2205.section.md nixos/release-notes: Fix broken option links 2024-12-06 11:42:26 +01:00
rl-2211.section.md grafana: 10.4.2 -> 11.0.0 2024-05-14 19:03:25 +02:00
rl-2305.section.md unifi-video: drop 2024-10-01 15:58:19 +01:00
rl-2311.section.md treewide: fix typos 2025-02-22 02:02:07 +01:00
rl-2405.section.md treewide: fix typos 2025-02-22 02:02:07 +01:00
rl-2411.section.md rl-2411: Add note about intel-compute-runtime package 2025-03-10 01:49:59 +05:30
rl-2505.section.md services/cloudflare-dyndns: require that apiTokenFile be an api token 2025-03-19 18:19:29 -05:00