diff --git a/system-modules/nx2site/nextcloud.nix b/system-modules/nx2site/nextcloud.nix index f45e218..61aa679 100644 --- a/system-modules/nx2site/nextcloud.nix +++ b/system-modules/nx2site/nextcloud.nix @@ -34,7 +34,7 @@ in { appstoreEnable = false; extraAppsEnable = true; extraApps = with config.services.nextcloud.package.packages.apps; { - inherit calendar contacts notes tasks; + inherit calendar contacts mail notes tasks; }; settings = { overwriteProtocol = "https";