disable dubble tls
This commit is contained in:
parent
cd4ebfb807
commit
4eb4b439d0
2 changed files with 19 additions and 9 deletions
|
|
@ -39,6 +39,15 @@ in
|
|||
https = true;
|
||||
autoUpdateApps.enable = true;
|
||||
extraAppsEnable = true;
|
||||
extraOptions = {
|
||||
redis = {
|
||||
host = "/run/redis/redis.sock";
|
||||
port = 0;
|
||||
dbindex = 0;
|
||||
password = "secret";
|
||||
timeout = 1.5;
|
||||
};
|
||||
};
|
||||
extraApps = with config.services.nextcloud.package.packages.apps; {
|
||||
# List of apps we want to install and are already packaged in
|
||||
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue