services.journald.gateway.key

NixOS option

Specify the path to a file or AF_UNIX stream socket to read the secret server key corresponding to the certificate specified with services.journald.gateway.cert from. The key must be in PEM format. This key should not be world-readable, and must be readably by the systemd-journal-gateway user.

type: null or string
Default
null
declared in: nixos/modules/system/boot/systemd/journald-gateway.nixView source on NixOS/nixpkgs →