summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-12-10 18:15:33 +0000
committerGitHub <noreply@github.com>2020-12-10 18:15:33 +0000
commit79e586aa98a964a117ea62e2be7ca6aaccf6aece (patch)
tree0769e79ce9b5dd561ae183f126ca58a46c5d3910 /nixos
parentf0a7851ed537d7a1ef842250d9093cce9db375b3 (diff)
parent656888e1ec079e98de5dd0e3b28a29d290ea101d (diff)
Merge master into staging-next
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix
index 53c2ab76fdfa..0dad85d681a9 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -391,7 +391,9 @@ in {
$file = "${c.dbpassFile}";
if (!file_exists($file)) {
throw new \RuntimeException(sprintf(
- "Cannot start Nextcloud, dbpass file %s set by NixOS doesn't exist!",
+ "Cannot start Nextcloud, dbpass file %s set by NixOS doesn't seem to "
+ . "exist! Please make sure that the file exists and has appropriate "
+ . "permissions for user & group 'nextcloud'!",
$file
));
}