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;
|
||||
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue