mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 16:09:19 +03:00
github-runner: mention manpage for serviceOverrides option
This commit is contained in:
parent
0fc31f75e5
commit
79e8fb92b8
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ with lib;
|
|||
type = types.attrs;
|
||||
description = lib.mdDoc ''
|
||||
Modify the systemd service. Can be used to, e.g., adjust the sandboxing options.
|
||||
See {manpage}`systemd.exec(5)` for more options.
|
||||
'';
|
||||
example = {
|
||||
ProtectHome = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue