feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 12:10:04 -05:00
parent f5d6ceebbf
commit 658b0e097a
2 changed files with 8 additions and 8 deletions

View file

@ -26,6 +26,6 @@
# Maybe the port, or some configuration thing. It's unclear.
# Might actually have to wait for the package to get uncucked. 👇
./nextcloud.nix
# ./nextcloud.nix
];
}

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";