lol

Merge pull request #175165 from atopuzov/fix-nextcloud-config

nixos/nextcloud: Fix broken config file

authored by

Maximilian Bosch and committed by
GitHub
0c86d439 3409165e

+1 -1
+1 -1
nixos/modules/services/web-apps/nextcloud.nix
··· 733 733 'trusted_domains' => ${writePhpArrary ([ cfg.hostName ] ++ c.extraTrustedDomains)}, 734 734 'trusted_proxies' => ${writePhpArrary (c.trustedProxies)}, 735 735 ${optionalString (c.defaultPhoneRegion != null) "'default_phone_region' => '${c.defaultPhoneRegion}',"} 736 - ${optionalString (nextcloudGreaterOrEqualThan "23") "'profile.enabled' => ${boolToString cfg.globalProfiles}"} 736 + ${optionalString (nextcloudGreaterOrEqualThan "23") "'profile.enabled' => ${boolToString cfg.globalProfiles},"} 737 737 ${objectstoreConfig} 738 738 ]; 739 739 '';