From 1f4e47626931468baeff906a38122af052d1e53a Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 20 Jul 2025 03:19:28 +0200 Subject: [PATCH] nixos/doc: Modular services introduction is formally 25.11 I think we should backport it nonetheless. --- nixos/doc/manual/development/modular-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/development/modular-services.md b/nixos/doc/manual/development/modular-services.md index 63a24666ce26..eadead5c4a40 100644 --- a/nixos/doc/manual/development/modular-services.md +++ b/nixos/doc/manual/development/modular-services.md @@ -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 +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 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.