Use absolute path in example as it seems to be working now

might have something to do with `-IncludeRelative`...
This commit is contained in:
Shay Bergmann 2021-07-26 19:29:28 +00:00
parent 638f5a1ac9
commit f36bffa008
No known key found for this signature in database
GPG key ID: 9B31F845AB291324

View file

@ -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).