Added group aswell

This commit is contained in:
2024-12-31 21:43:41 +02:00
parent ec4dacbffd
commit 564b86abbb

View File

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