Fixed semicolon

This commit is contained in:
2024-12-31 21:36:37 +02:00
parent 08da1b534d
commit ec4dacbffd

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"; };
services.nextcloud.phpOptions."realpath_cache_size" = "0";
services.nextcloud = {