mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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;
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue