From 54922b7cd588ac058842caa3b057c7b0e678eabb Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 4 Jun 2025 00:08:32 +0200 Subject: use latest nextcloud package --- hosts/vps/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 84cf795..472b4aa 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -31,6 +31,7 @@ git gnutar gzip + zoxide neovim htop ]; @@ -82,6 +83,7 @@ services.nextcloud = { enable = true; + package = pkgs.nextcloud31; hostName = "cloud.schererleander.de"; https = true; database.createLocally = true; -- cgit v1.3.1