services.hister.dataDir

NixOS option

Directory where Hister stores its data. When null (the default), the service is isolated under /var/lib/hister via systemd’s StateDirectory=. When set to an explicit path, that path is created with systemd-tmpfiles and granted via ReadWritePaths= instead.

type: null or absolute path
Default
null
Example
"/var/lib/hister"
declared in: nixos/modules/services/web-apps/hister.nixView source on NixOS/nixpkgs →