services.journald.settings.Journal

NixOS option

Options for the systemd journal service. See journald.conf(5) man page for available options.

type: open submodule of attribute set of (systemd option)
Default
{ }
Example
{
  ForwardToConsole = true;
  Storage = "volatile";
  TTYPath = "/dev/tty12";
}
declared in: nixos/modules/system/boot/systemd/journald.nixView source on NixOS/nixpkgs →