From a5fc368120f1ef8b08fa9f23d2fe6967de8f1e6e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 May 2025 13:02:49 -0500 Subject: [PATCH] switch notify_push package to unstable --- modules/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index c065bac..b775c51 100644 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix @@ -79,6 +79,7 @@ with lib; }; notify_push = { enable = true; + package = unstable.nextcloud-notify_push; }; # Suggested by Nextcloud's health check. phpOptions."opcache.interned_strings_buffer" = "16";