box: enable nextcloud, add some apps

This commit is contained in:
Aaron Bieber 2023-07-06 10:28:27 -06:00
parent d2bfd41465
commit 7d486061af
No known key found for this signature in database

View File

@ -214,13 +214,21 @@ in {
[ "qbit" "sonarr" "radarr" "lidarr" "nzbget" "jellyfin" "headphones" ];
};
services = {
nextcloud = {
enable = false;
enable = true;
enableBrokenCiphersForSSE = false;
hostName = "nc.humpback-trout.ts.net";
home = "/media/nextcloud";
https = true;
autoUpdateApps = { enable = true; };
package = pkgs.nextcloud27;
extraApps = with config.services.nextcloud.package.packages.apps; {
inherit bookmarks calendar contacts notes tasks twofactor_webauthn;
};
extraAppsEnable = true;
config = {
overwriteProtocol = "https";