services.vault.storageConfig

NixOS option

HCL configuration to insert in the storageBackend section. Confidential values should not be specified here because this option’s value is written to the Nix store, which is publicly readable. Provide credentials and such in a separate file using services.vault.extraSettingsPaths.

type: null or strings concatenated with "\n"
Default
null
declared in: nixos/modules/services/security/vault.nixView source on NixOS/nixpkgs →