feat: now using teh upstream nextcloud again

This commit is contained in:
silver 2024-01-12 21:37:06 +00:00
parent bb44a38bbb
commit a355bc81c6
2 changed files with 2 additions and 1292 deletions

View file

@ -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