MyNixOS website logo
option

services.github-runners.<name>.serviceOverrides

Modify the systemd service. Can be used to, e.g., adjust the sandboxing options. See systemd.exec(5) for more options.

Declarations
Type
attribute set
Default
{ }
Example
{
  ProtectHome = false;
  RestrictAddressFamilies = [
    "AF_PACKET"
  ];
}