forked from lix-project/hydra
Use absolute path in example as it seems to be working now
might have something to do with `-IncludeRelative`...
This commit is contained in:
parent
638f5a1ac9
commit
f36bffa008
|
@ -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
|
other means (manually, using Nixops' secrets feature, etc) and included
|
||||||
like so:
|
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).
|
Note that the included files must be relative to `hydra.conf` (not absolute).
|
||||||
|
|
Loading…
Reference in a new issue