mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
d746d85a47
commit
65d2e9bb66
1 changed files with 8 additions and 8 deletions
|
@ -21,16 +21,16 @@ in {
|
||||||
https = true;
|
https = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud30;
|
||||||
phpOptions."opcache.interned_strings_buffer" = "24";
|
phpOptions."opcache.interned_strings_buffer" = "24";
|
||||||
extraAppsEnable = true;
|
# extraAppsEnable = true;
|
||||||
extraApps = {
|
# extraApps = {
|
||||||
inherit
|
# inherit
|
||||||
(config.services.nextcloud.package.packages.apps)
|
# (config.services.nextcloud.package.packages.apps)
|
||||||
calendar
|
# calendar
|
||||||
;
|
# ;
|
||||||
};
|
# };
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
|
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
|
||||||
adminuser = "admin";
|
# adminuser = "admin";
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue