Updated permission to allow nextcloud to access it

This commit is contained in:
2024-12-31 21:34:06 +02:00
parent bb75fe1d01
commit 08da1b534d

View File

@@ -22,7 +22,7 @@
};
# Define the password and disable php from caching the path to it
sops.secrets.nextcloud-admin-password = { };
sops.secrets.nextcloud-admin-password = { owner = "nextcloud" };
services.nextcloud.phpOptions."realpath_cache_size" = "0";
services.nextcloud = {