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: -services.httpd.adminAddr = mkForce "bob@example.org"; +services.httpd.adminAddr = pkgs.lib.mkForce "bob@example.org";