mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: nextcloud test
This commit is contained in:
parent
e24fda9813
commit
b58e54dbf6
1 changed files with 7 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue