feat: now using teh upstream nextcloud again
This commit is contained in:
parent
bb44a38bbb
commit
a355bc81c6
2 changed files with 2 additions and 1292 deletions
|
@ -12,7 +12,6 @@ in {
|
|||
./acme.nix
|
||||
./dns.nix
|
||||
./nginx.nix
|
||||
./nextcloud_.nix
|
||||
];
|
||||
|
||||
options.services.skynet_nextcloud = {
|
||||
|
@ -86,8 +85,6 @@ in {
|
|||
database.createLocally = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
defaultPhoneRegion = "IE";
|
||||
trustedProxies = ["193.1.99.65"];
|
||||
adminpassFile = config.age.secrets.nextcloud_admin_pass.path;
|
||||
};
|
||||
|
||||
|
@ -98,6 +95,8 @@ in {
|
|||
};
|
||||
|
||||
extraOptions = {
|
||||
trusted_proxies = ["193.1.99.65"];
|
||||
default_phone_region = "IE";
|
||||
mail_smtpmode = "sendmail";
|
||||
mail_sendmailmode = "pipe";
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue