disable dubble tls

This commit is contained in:
admin 2024-03-27 15:30:23 +01:00
parent cd4ebfb807
commit 4eb4b439d0
2 changed files with 19 additions and 9 deletions

View file

@ -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