nixos/doc: Modular services introduction is formally 25.11

I think we should backport it nonetheless.
This commit is contained in:
Robert Hensing
2025-07-20 03:19:28 +02:00
parent b51a6c3531
commit 1f4e476269
@@ -1,7 +1,7 @@
# Modular Services {#modular-services}
Status: in development. This functionality is new in NixOS 25.05, and significant changes should be expected. We'd love to hear your feedback in <https://github.com/NixOS/nixpkgs/pull/372170>
Status: in development. This functionality is new in NixOS 25.11, and significant changes should be expected. We'd love to hear your feedback in <https://github.com/NixOS/nixpkgs/pull/372170>
Traditionally, NixOS services were defined using sets of options *in* modules, not *as* modules. This made them non-modular, resulting in problems with composability, reuse, and portability.