Nextcloud: switch to postgresql
This commit is contained in:
parent
9b59c83453
commit
2e798f9be1
1 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ in
|
|||
|
||||
age.secrets = {
|
||||
nextcloud_admin_secret = { file = ../../secrets/nextcloud_admin_secret.age; owner = "nextcloud"; };
|
||||
# nextcloud_bucket_secret = { file = ../../secrets/nextcloud_bucket_secret.age; owner = "nextcloud"; };
|
||||
};
|
||||
|
||||
# services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
|
|
@ -23,6 +22,8 @@ in
|
|||
caching.apcu = true;
|
||||
datadir = "/mnt/raid/nextcloud";
|
||||
|
||||
database.createLocally = true;
|
||||
|
||||
autoUpdateApps.enable = true;
|
||||
extraOptions.enabledPreviewProviders = [
|
||||
"OC\\Preview\\BMP"
|
||||
|
|
@ -48,7 +49,8 @@ in
|
|||
# "baldur.zto"
|
||||
"baldur.tsn"
|
||||
];
|
||||
# extraTrustedDomains = [ config.services.nextcloud.hostName "freya.tsn" ];
|
||||
dbtype = "pgsql";
|
||||
# extraTrustedDomains = [ "freya.tsn" ];
|
||||
adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
||||
overwriteProtocol = "https";
|
||||
# objectstore.s3 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue