mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
datadir
This commit is contained in:
parent
825732c4ca
commit
a0966a2420
1 changed files with 3 additions and 3 deletions
|
|
@ -31,18 +31,18 @@ in
|
|||
# --- Nextcloud Service Configuration ---
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud;
|
||||
package = pkgs.nextcloud31;
|
||||
hostName = nextcloudInternalHostName;
|
||||
https = false;
|
||||
port = 8080;
|
||||
|
||||
datadir = nextcloudDataPath;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
dbhost = "/run/postgresql";
|
||||
dbname = "nextcloud";
|
||||
dbpassFile = dbPassFilePath; # Points to your external file
|
||||
dataDir = nextcloudDataPath; # Points to your external data directory
|
||||
#dataDir = nextcloudDataPath; # Points to your external data directory
|
||||
adminuser = "ncadmin";
|
||||
adminpassFile = adminPassFilePath; # Points to your external file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue