services.nomad.credentials

NixOS option

Credentials envs used to configure nomad secrets.

type: attribute set of string
Default
{ }
Example
{
  logs_remote_write_password = "/run/keys/nomad_write_password";
}
declared in: nixos/modules/services/networking/nomad.nixView source on NixOS/nixpkgs →