MyNixOS website logo
option

services.archisteamfarm.ipcSettings

Settings to write to IPC.config. All options can be found here.

Declarations
Type
JSON value
Default
{ }
Example
{
  Kestrel = {
    Endpoints = {
      HTTP = {
        Url = "http://*:1242";
      };
    };
  };
}