Loading
nixos/doc: mention "No such file or directory" error on Nextcloud
That was... interesting to debug. It took a me a bit of reading C code until I realized that the realpath cache is internally used for `file_get_contents`, but not for `file_exists`🙃 I'm not comfortable on doing the workaround in the module, but I think it's good to have this documented in the manual.