diff --git a/services/nextcloud.nix b/services/nextcloud.nix index deda163..2803c4d 100644 --- a/services/nextcloud.nix +++ b/services/nextcloud.nix @@ -42,7 +42,7 @@ # must be set manually; may not be incremented by more than one at # a time, otherwise nextcloud WILL break - package = pkgs.nextcloud24; + package = pkgs.nextcloud25; home = "/persist/nextcloud"; https = true;