Skip to content

free-games-claimer

Example

nix
{
  free-games-claimer = {
    enable = true;
    containers.free-games-claimer.exec = "node epic-games";
  };
}

Stack Options

nps.stacks.free-games-claimer.containers.free-games-claimer

Alias of {option}services.podman.containers.free-games-claimer.

Type
plaintext
submodule
Declaration

nps.stacks.free-games-claimer.enable

Whether to enable free-games-claimer.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration

nps.stacks.free-games-claimer.extraEnv

Extra environment variables to set for the container.

See https://github.com/vogler/free-games-claimer?tab=readme-ov-file#configuration--options

Type
plaintext
attribute set of (null or boolean or signed integer or string or absolute path or (submodule))
Default
nix
{ }
Example
nix
{
  EG_EMAIL = "first.last@example.com";
  EG_PASSWORD = {
    fromFile = "/run/secrets/eg_password";
  };
}
Declaration