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
177df1c91e
commit
1898da0747
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 = name;
|
adminuser = name;
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue