about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2024-02-04 00:29:52 +0100
committernikstur <nikstur@outlook.com>2024-02-07 22:13:00 +0100
commitbbce103ca8d450a9278dcf494657e03558c6d8ab (patch)
tree71753a0f92e4ee9e2beb94a56d04280bfe0cdfeb /nixos/doc/manual
parent1407ec7420dac14e80dba8e6393cec78f2d4571a (diff)
downloadnixlib-bbce103ca8d450a9278dcf494657e03558c6d8ab.tar
nixlib-bbce103ca8d450a9278dcf494657e03558c6d8ab.tar.gz
nixlib-bbce103ca8d450a9278dcf494657e03558c6d8ab.tar.bz2
nixlib-bbce103ca8d450a9278dcf494657e03558c6d8ab.tar.lz
nixlib-bbce103ca8d450a9278dcf494657e03558c6d8ab.tar.xz
nixlib-bbce103ca8d450a9278dcf494657e03558c6d8ab.tar.zst
nixlib-bbce103ca8d450a9278dcf494657e03558c6d8ab.zip
nixos/filesystems: add release notes
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md5
1 files changed, 5 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 b6af5fc6c3cc..f97e159669e8 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -233,6 +233,11 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - The option [`services.nextcloud.config.dbport`] of the Nextcloud module was removed to match upstream.
   The port can be specified in [`services.nextcloud.config.dbhost`](#opt-services.nextcloud.config.dbhost).
 
+- A new abstraction to create both read-only as well as writable overlay file
+  systems was added. Available via
+  [fileSystems.overlay](#opt-fileSystems._name_.overlay.lowerdir). See also the
+  [NixOS docs](#sec-overlayfs).
+
 - `stdenv`: The `--replace` flag in `substitute`, `substituteInPlace`, `substituteAll`, `substituteAllStream`, and `substituteStream` is now deprecated if favor of the new `--replace-fail`, `--replace-warn` and `--replace-quiet`. The deprecated `--replace` equates to `--replace-warn`.
 
 - New options were added to the dnsdist module to enable and configure a DNSCrypt endpoint (see `services.dnsdist.dnscrypt.enable`, etc.).