Skip to content

Commit

Permalink
services: nextcloud: upgrade to nextcloud 27
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Dec 5, 2023
1 parent 6e88cf1 commit 7493e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ in {

hostName = "cloud.${domain}";
https = true;
package = pkgs.nextcloud26;
package = pkgs.nextcloud27;

maxUploadSize = "1G";

Expand Down

0 comments on commit 7493e0f

Please sign in to comment.