feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 12:00:20 -05:00
parent e24fda9813
commit b58e54dbf6

View file

@ -21,13 +21,13 @@ in {
https = true;
package = pkgs.nextcloud29;
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";