Nextcloud plugins

This commit is contained in:
Filippo Berto 2024-06-11 23:23:04 +02:00
parent a0f6beddef
commit 256f870fbe
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -24,6 +24,7 @@ in
database.createLocally = true;
extraApps = { inherit (config.services.nextcloud.package.packages.apps) contacts calendar notes maps memories tasks richdocuments; };
appstoreEnable = true;
autoUpdateApps.enable = true;
settings = {
@ -50,7 +51,10 @@ in
# "baldur.zto"
"baldur.tsn"
];
overwriteprotocol = "https";
trusted_domains = [
"heimdall.tsn"
];
overwriteprotocol = "http";
};
config = {
dbtype = "pgsql";