services.paperless.passwordFile

NixOS option

A file containing the superuser password. A superuser is required to access the web interface. If unset, you can create a superuser manually by running paperless-manage createsuperuser. The default superuser name is admin. To change it, set option settings.PAPERLESS_ADMIN_USER. WARNING: When changing the superuser name after the initial setup, the old superuser will continue to exist. To disable login for the web interface, set the following: settings.PAPERLESS_AUTO_LOGIN_USERNAME = "admin";. WARNING: Only use this on a trusted system without internet access to Paperless.

type: null or absolute path
Default
null
Example
"/run/keys/paperless-password"
declared in: nixos/modules/services/misc/paperless.nixView source on NixOS/nixpkgs →