summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/configuration.xml b/nixos/doc/manual/configuration.xml
index eb7894f157c3..cfd4a76290b9 100644
--- a/nixos/doc/manual/configuration.xml
+++ b/nixos/doc/manual/configuration.xml
@@ -456,7 +456,7 @@ When that happens, it’s possible to force one definition take
 precedence over the others:
 
 <programlisting>
-services.httpd.adminAddr = mkForce "bob@example.org";
+services.httpd.adminAddr = pkgs.lib.mkForce "bob@example.org";
 </programlisting>
 
 </para>