From fcc7c227397f93758d6c6ee5a000476603300608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sun, 20 Oct 2024 21:26:38 +0200 Subject: [PATCH] Update Nextcloud 30 --- hosts/sesame/suite.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sesame/suite.nix b/hosts/sesame/suite.nix index bda46a9..510840a 100644 --- a/hosts/sesame/suite.nix +++ b/hosts/sesame/suite.nix @@ -4,7 +4,7 @@ # Nextcloud services.nextcloud = { enable = true; - package = pkgs.nextcloud29; + package = pkgs.nextcloud30; hostName = "suite.hemono.fr"; https = true; # phpOptions = {