Unverified Commit 4a4eb3c8 authored by tomf's avatar tomf Committed by GitHub
Browse files

modular-services: document that services should be added to...

modular-services: document that services should be added to nixos/modules/misc/documentation/modular-services.nix (#508577)
parents 275e386f b36d5966
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ let
    options = {
      "<imports = [ pkgs.ghostunnel.services.default ]>" = fakeSubmodule pkgs.ghostunnel.services.default;
      "<imports = [ pkgs.php.services.default ]>" = fakeSubmodule pkgs.php.services.default;
      "<imports = [ pkgs.snid.services.default ]>" = fakeSubmodule pkgs.snid.services.default;
    };
  };
in