fix: nextcloud extraOptions renamed

This commit is contained in:
Noah Masur 2024-02-10 01:37:21 +00:00
parent 25975da0c1
commit 8621e2375d
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ in {
};
# Allows Nextcloud to trust Cloudflare IPs
services.nextcloud.extraOptions.trusted_proxies = cloudflareIpRanges;
services.nextcloud.settings.trusted_proxies = cloudflareIpRanges;
};
}

View File

@ -14,7 +14,7 @@
adminpassFile = config.secrets.nextcloud.dest;
dbtype = "mysql";
};
extraOptions = {
settings = {
default_phone_region = "US";
# Allow access when hitting either of these hosts or IPs
trusted_domains = [ config.hostnames.content ];