services.akkoma.initSecrets

NixOS option

Whether to initialise non‐existent secrets with random values. If enabled, appropriate secrets for the following options will be created automatically if the files referenced in the _secrets attribute do not exist during startup. config.":pleroma"."Pleroma.Web.Endpoint".secret_key_base config.":pleroma"."Pleroma.Web.Endpoint".signing_salt config.":pleroma"."Pleroma.Web.Endpoint".live_view.signing_salt config.":web_push_encryption".":vapid_details".private_key config.":web_push_encryption".":vapid_details".public_key config.":joken".":default_signer"

type: boolean
Default
true
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →