mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
moved settings - depreciation warning
This commit is contained in:
parent
2a828ef30c
commit
bd54829982
1 changed files with 11 additions and 10 deletions
|
@ -29,16 +29,6 @@
|
||||||
|
|
||||||
database.createLocally = false;
|
database.createLocally = false;
|
||||||
config = {
|
config = {
|
||||||
defaultPhoneRegion = "US";
|
|
||||||
overwriteProtocol = "https";
|
|
||||||
extraTrustedDomains = [
|
|
||||||
"10.0.0.183"
|
|
||||||
"files.nickiel.net"
|
|
||||||
];
|
|
||||||
trustedProxies = [
|
|
||||||
"files.nickiel.net"
|
|
||||||
];
|
|
||||||
|
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
dbhost = "/run/postgresql";
|
dbhost = "/run/postgresql";
|
||||||
|
@ -50,6 +40,17 @@
|
||||||
adminpassFile = "/Aurora/nextcloud/nextcloud-admin-password";
|
adminpassFile = "/Aurora/nextcloud/nextcloud-admin-password";
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
};
|
};
|
||||||
|
extraOption = {
|
||||||
|
defaultPhoneRegion = "US";
|
||||||
|
overwriteProtocol = "https";
|
||||||
|
extraTrustedDomains = [
|
||||||
|
"10.0.0.183"
|
||||||
|
"files.nickiel.net"
|
||||||
|
];
|
||||||
|
trustedProxies = [
|
||||||
|
"files.nickiel.net"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
|
|
Loading…
Reference in a new issue