mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +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
|
||||
|
||||
config = {
|
||||
overwriteProtocol = "https";
|
||||
|
||||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
||||
@@ -73,13 +71,14 @@ in {
|
||||
adminpassFile = config.age.secrets.nextcloud-password-admin.path;
|
||||
adminuser = "admin";
|
||||
# extraTrustedDomains = [ "toum.r" ];
|
||||
defaultPhoneRegion = "DE";
|
||||
};
|
||||
|
||||
logLevel = 2;
|
||||
|
||||
extraOptions = {
|
||||
settings = {
|
||||
defaultapp = "files";
|
||||
overwriteprotocol = "https";
|
||||
default_phone_region = "DE";
|
||||
log_level = 2;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user