feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 12:21:16 -05:00
parent 8ff022e139
commit 5b48e0a3a6

View file

@ -21,13 +21,13 @@ in {
https = true;
package = pkgs.nextcloud30;
phpOptions."opcache.interned_strings_buffer" = "24";
extraAppsEnable = true;
extraApps = {
inherit
(config.services.nextcloud.package.packages.apps)
calendar
;
};
# extraAppsEnable = true;
# extraApps = {
# inherit
# (config.services.nextcloud.package.packages.apps)
# calendar
# ;
# };
config = {
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
adminuser = "admin";