From f36bffa008a10e05bf3e6472f5f0c1dba9ae3eed Mon Sep 17 00:00:00 2001 From: Shay Bergmann Date: Mon, 26 Jul 2021 19:29:28 +0000 Subject: [PATCH] Use absolute path in example as it seems to be working now might have something to do with `-IncludeRelative`... --- doc/manual/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/configuration.md b/doc/manual/src/configuration.md index c71e3fdc..25963d28 100644 --- a/doc/manual/src/configuration.md +++ b/doc/manual/src/configuration.md @@ -25,7 +25,7 @@ Instead, the above should be written to a file outside the Nix store by other means (manually, using Nixops' secrets feature, etc) and included like so: ``` -Include github_authorizations.conf +Include /run/keys/hydra/github_authorizations.conf ``` Note that the included files must be relative to `hydra.conf` (not absolute).