services.pumpkin.dataDir

NixOS option

Directory holding Pumpkin’s state (config, worlds, logs, etc.). If this is a subdirectory of /var/lib, it is managed automatically via systemd’s StateDirectory; otherwise you are responsible for ensuring the directory exists with the correct permissions.

type: absolute path
Default
"/var/lib/pumpkin"
Example
"/srv/pumpkin"
declared in: nixos/modules/services/games/pumpkin.nixView source on NixOS/nixpkgs →