rl-notes/24.11: Add note about ZFS import being in postResumeCommands (#346247)

This commit is contained in:
Adam C. Stephens 2024-10-03 19:07:55 -04:00 committed by GitHub
commit acc3335fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -626,6 +626,8 @@
- `nix.channel.enable = false` no longer implies `nix.settings.nix-path = []`.
Since Nix 2.13, a `nix-path` set in `nix.conf` cannot be overridden by the `NIX_PATH` configuration variable.
- ZFS now imports its pools in `postResumeCommands` rather than `postDeviceCommands`. If you had `postDeviceCommands` scripts that depended on ZFS pools being imported, those now need to be in `postResumeCommands`.
## Detailed migration information {#sec-release-24.11-migration}
### `sound` options removal {#sec-release-24.11-migration-sound}