From c06e27769046c99d2e5119058f1b3c234d346633 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Fri, 10 Apr 2026 20:33:55 +1000 Subject: [PATCH] nixos/documentation/modular-services: document that services should be added to modular-services.nix modular docs --- nixos/README-modular-services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/README-modular-services.md b/nixos/README-modular-services.md index 588ccaf6d1f7..82a398f504b4 100644 --- a/nixos/README-modular-services.md +++ b/nixos/README-modular-services.md @@ -35,6 +35,7 @@ When reviewing a modular service, you should check the following. Details and ra - [ ] `_class = "service"` - [ ] Modular services provided through `passthru.services` must override the default of the package option using `finalAttrs.finalPackage` - [ ] Is the modular services infrastructure sufficient for this service? If one or more features are not covered, comment in https://github.com/NixOS/nixpkgs/issues/428084 +- [ ] Has been added to `nixos/modules/misc/documentation/modular-services.nix` ``` ## Details