Nextcloud plugins
This commit is contained in:
parent
a0f6beddef
commit
256f870fbe
1 changed files with 5 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ in
|
||||||
|
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
|
||||||
|
extraApps = { inherit (config.services.nextcloud.package.packages.apps) contacts calendar notes maps memories tasks richdocuments; };
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
@ -50,7 +51,10 @@ in
|
||||||
# "baldur.zto"
|
# "baldur.zto"
|
||||||
"baldur.tsn"
|
"baldur.tsn"
|
||||||
];
|
];
|
||||||
overwriteprotocol = "https";
|
trusted_domains = [
|
||||||
|
"heimdall.tsn"
|
||||||
|
];
|
||||||
|
overwriteprotocol = "http";
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue