services.journald.remote.output

NixOS option

The location of the output journal. In case the output file is not specified, journal files will be created underneath the selected directory. Files will be called remote-hostname.journal, where the hostname part is the escaped hostname of the source endpoint of the connection, or the numerical address if the hostname cannot be determined.

type: string
Default
"/var/log/journal/remote/"
declared in: nixos/modules/system/boot/systemd/journald-remote.nixView source on NixOS/nixpkgs →