services.nextcloud.datadir

NixOS option

Nextcloud’s data storage path. Will be services.nextcloud.home by default. This folder will be populated with a config.php file and a data folder which contains the state of the instance (excluding the database).“;

type: string
Default
config.services.nextcloud.home
Example
"/mnt/nextcloud-file"
declared in: nixos/modules/services/web-apps/nextcloud.nixView source on NixOS/nixpkgs →