about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2024-02-25 18:05:29 +0100
committerGitHub <noreply@github.com>2024-02-25 18:05:29 +0100
commit077d41f9d849ee60c8b3b6b9e6bfce771f35bc17 (patch)
treec6d4faddbdbb0d320cd8d4014609a69ac0b72b78 /nixos/doc/manual
parent178b53e11885ae98617faef543379446f7726adc (diff)
parent258b935d705be03e939b8205215202ad202073b3 (diff)
downloadnixlib-077d41f9d849ee60c8b3b6b9e6bfce771f35bc17.tar
nixlib-077d41f9d849ee60c8b3b6b9e6bfce771f35bc17.tar.gz
nixlib-077d41f9d849ee60c8b3b6b9e6bfce771f35bc17.tar.bz2
nixlib-077d41f9d849ee60c8b3b6b9e6bfce771f35bc17.tar.lz
nixlib-077d41f9d849ee60c8b3b6b9e6bfce771f35bc17.tar.xz
nixlib-077d41f9d849ee60c8b3b6b9e6bfce771f35bc17.tar.zst
nixlib-077d41f9d849ee60c8b3b6b9e6bfce771f35bc17.zip
Merge pull request #289856 from pennae/supfs-set
nixos/filesystems: make supportedFilesystems an attrset
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index ac3d2b69a4a2..5a5ddc30abbd 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -111,6 +111,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `nitter` requires a `guest_accounts.jsonl` to be provided as a path or loaded into the default location at `/var/lib/nitter/guest_accounts.jsonl`. See [Guest Account Branch Deployment](https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment) for details.
 
+- `boot.supportedFilesystems` and `boot.initrd.supportedFilesystems` are now attribute sets instead of lists. Assignment from lists as done previously is still supported, but checking whether a filesystem is enabled must now by done using `supportedFilesystems.fs or false` instead of using `lib.elem "fs" supportedFilesystems` as was done previously.
+
 - `services.aria2.rpcSecret` has been replaced with `services.aria2.rpcSecretFile`.
   This was done so that secrets aren't stored in the world-readable nix store.
   To migrate, you will have create a file with the same exact string, and change