diff --git a/hosts/nachtigall/apps/nextcloud.nix b/hosts/nachtigall/apps/nextcloud.nix index 575aa6e..c7300b3 100644 --- a/hosts/nachtigall/apps/nextcloud.nix +++ b/hosts/nachtigall/apps/nextcloud.nix @@ -18,6 +18,7 @@ enable = true; https = true; secretFile = config.age.secrets."nextcloud-secrets".path; # secret + phpPackage = pkgs.82; configureRedis = true;