services.mollysocket.environmentFile

NixOS option

Environment file (see systemd.exec(5) “EnvironmentFile=” section for the syntax) passed to the service. This option can be used to safely include secrets in the configuration.

type: null or absolute path
Default
null
Example
"/run/secrets/mollysocket"
declared in: nixos/modules/services/misc/mollysocket.nixView source on NixOS/nixpkgs →