services.node-red.userDir

NixOS option

The directory to store all user data, such as flow and credential files and all library data. If left as the default value this directory will automatically be created before the node-red service starts, otherwise the sysadmin is responsible for ensuring the directory exists with appropriate ownership and permissions.

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