services.go-neb.secretFile

NixOS option

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/go-neb.env"
declared in: nixos/modules/services/networking/go-neb.nixView source on NixOS/nixpkgs →