moved settings - depreciation warning

This commit is contained in:
Nickiel12 2024-01-09 19:05:50 -08:00
parent 2a828ef30c
commit bd54829982

View file

@ -29,16 +29,6 @@
database.createLocally = false;
config = {
defaultPhoneRegion = "US";
overwriteProtocol = "https";
extraTrustedDomains = [
"10.0.0.183"
"files.nickiel.net"
];
trustedProxies = [
"files.nickiel.net"
];
dbtype = "pgsql";
dbuser = "nextcloud";
dbhost = "/run/postgresql";
@ -50,6 +40,17 @@
adminpassFile = "/Aurora/nextcloud/nextcloud-admin-password";
adminuser = "admin";
};
extraOption = {
defaultPhoneRegion = "US";
overwriteProtocol = "https";
extraTrustedDomains = [
"10.0.0.183"
"files.nickiel.net"
];
trustedProxies = [
"files.nickiel.net"
];
};
};
services.postgresql = {