feat: adjustments
This commit is contained in:
parent
e2e4bd6271
commit
52187c037f
1 changed files with 3 additions and 7 deletions
|
|
@ -21,10 +21,10 @@
|
|||
nginx.recommendedHttpHeaders = true;
|
||||
configureRedis = true;
|
||||
caching.redis = true;
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks encryption;
|
||||
};
|
||||
extraAppsEnable = true;
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend;
|
||||
};
|
||||
autoUpdateApps.enable = true;
|
||||
package = pkgs.nextcloud31;
|
||||
config = {
|
||||
|
|
@ -46,10 +46,6 @@
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue