diff --git a/nixosModules/nextcloud.nix b/nixosModules/nextcloud.nix index c9b18e2..662b3dc 100644 --- a/nixosModules/nextcloud.nix +++ b/nixosModules/nextcloud.nix @@ -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 = {