···935935 using the `pomerium-cli` command, you should now install the `pomerium-cli`
936936 package.
937937938938-- The option
939939- [services.networking.networkmanager.enableFccUnlock](#opt-networking.networkmanager.enableFccUnlock)
938938+- The option `services.networking.networkmanager.enableFccUnlock`
940939 was added to support FCC unlock procedures. Since release 1.18.4, the ModemManager
941940 daemon no longer automatically performs the FCC unlock procedure by default. See
942941 [the docs](https://modemmanager.org/docs/modemmanager/fcc-unlock/) for more details.
+2
nixos/doc/manual/release-notes/rl-2311.section.md
···187187188188- Emacs macport version 29 was introduced.
189189190190+- The option `services.networking.networkmanager.enableFccUnlock` was removed in favor of `networking.networkmanager.fccUnlockScripts`, which allows specifying unlock scripts explicitly. The previous option simply did enable all unlock scripts bundled with ModemManager, which is risky, and didn't allow using vendor-provided unlock scripts at all.
191191+190192- The `html-proofer` package has been updated from major version 3 to major version 5, which includes [breaking changes](https://github.com/gjtorikian/html-proofer/blob/v5.0.8/UPGRADING.md).
191193192194- `kratos` has been updated from 0.10.1 to the first stable version 1.0.0, please read the [0.10.1 to 0.11.0](https://github.com/ory/kratos/releases/tag/v0.11.0), [0.11.0 to 0.11.1](https://github.com/ory/kratos/releases/tag/v0.11.1), [0.11.1 to 0.13.0](https://github.com/ory/kratos/releases/tag/v0.13.0) and [0.13.0 to 1.0.0](https://github.com/ory/kratos/releases/tag/v1.0.0) upgrade guides. The most notable breaking change is the introduction of one-time passwords (`code`) and update of the default recovery strategy from `link` to `code`.