MyNixOS website logo
option

services.homebox.secrets

This follows the same structure as services.homebox.settings but the value of each key is a path.

The specified secret path is then read by systemd via LoadCredential= and templated into services.homebox.settings for you.

Declarations
Type
open submodule of attribute set of absolute path not in the Nix store
Default
{ }
Example
{
  HBOX_AUTH_API_KEY_PEPPER = "/run/secrets/homebox-api-pepper";
}