mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
nextcloud: config -> settings
This commit is contained in:
@@ -63,8 +63,6 @@ in {
|
|||||||
phpOptions."opcache.interned_strings_buffer" = "32"; # buffer size in MB
|
phpOptions."opcache.interned_strings_buffer" = "32"; # buffer size in MB
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
overwriteProtocol = "https";
|
|
||||||
|
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
||||||
@@ -73,13 +71,14 @@ in {
|
|||||||
adminpassFile = config.age.secrets.nextcloud-password-admin.path;
|
adminpassFile = config.age.secrets.nextcloud-password-admin.path;
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
# extraTrustedDomains = [ "toum.r" ];
|
# extraTrustedDomains = [ "toum.r" ];
|
||||||
defaultPhoneRegion = "DE";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
logLevel = 2;
|
|
||||||
|
|
||||||
extraOptions = {
|
settings = {
|
||||||
defaultapp = "files";
|
defaultapp = "files";
|
||||||
|
overwriteprotocol = "https";
|
||||||
|
default_phone_region = "DE";
|
||||||
|
log_level = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user