From 6b3c3c817a264a835f8738d46b7640b110ee5d95 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 18 Jan 2020 02:17:36 +0100 Subject: [PATCH] nixos/doc: suggest checking options for declarative package mgmt Some programs might not work without systemd services registered or do not work at full capacity without NixOS module. --- nixos/doc/manual/configuration/declarative-packages.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/doc/manual/configuration/declarative-packages.xml b/nixos/doc/manual/configuration/declarative-packages.xml index 5fb3bcb9f8f..cd84d1951d2 100644 --- a/nixos/doc/manual/configuration/declarative-packages.xml +++ b/nixos/doc/manual/configuration/declarative-packages.xml @@ -19,6 +19,12 @@ nixos-rebuild switch. + + + Some packages require additional global configuration such as D-Bus or systemd service registration so adding them to might not be sufficient. You are advised to check the list of options whether a NixOS module for the package does not exist. + + + You can get a list of the available packages as follows: