nixos/nextcloud: Fix invalid variable name in nextcloud-config.php
The variable $file does not exist in nix_read_secret_and_decode_json_file.
This PR updates the code to use the parameter $credential_name instead.
(cherry picked from commit 15d2df41caad12c31bb187cd93e7be8df512e10b)