services.keepalived.secretFile

Environment variables from this file will be interpolated into the final config file using envsubst with this syntax: $ENVIRONMENT or ${VARIABLE}. The file should contain lines formatted as SECRET_VAR=SECRET_VALUE. This is useful to avoid putting secrets into the nix store.

Type
null or absolute path
Default
null
Example
"/run/keys/keepalived.env"
Declared
<nixpkgs/nixos/modules/services/networking/keepalived/default.nix>