convert nextcloud db from mysql to postgres

This commit is contained in:
Noah Masur
2024-02-25 22:31:02 +00:00
parent a5ec39cd2a
commit 8babcf342b
2 changed files with 19 additions and 1 deletions

View File

@ -12,13 +12,14 @@
maxUploadSize = "50G";
config = {
adminpassFile = config.secrets.nextcloud.dest;
dbtype = "mysql";
dbtype = "pgsql";
};
settings = {
default_phone_region = "US";
# Allow access when hitting either of these hosts or IPs
trusted_domains = [ config.hostnames.content ];
trusted_proxies = [ "127.0.0.1" ];
maintenance_window_start = 4; # Run jobs at 4am UTC
};
extraAppsEnable = true;
extraApps = with config.services.nextcloud.package.packages.apps; {