services.archisteamfarm.ipcSettings
NixOS option
Settings to write to IPC.config. All options can be found here.
type: JSON valueDefault
{ }Example
declared in: nixos/modules/services/games/archisteamfarm.nixView source on NixOS/nixpkgs →{
Kestrel = {
Endpoints = {
HTTP = {
Url = "http://*:1242";
};
};
};
}