Skip to content

Commit

Permalink
nextcloud: update and backup correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Dec 2, 2024
1 parent 61ec35a commit eb2179c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systems/makanek/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in {

services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;

https = true;

Expand All @@ -58,7 +58,7 @@ in {

hostName = "cloud.kmein.de";

datadir = "${storageBoxMountPoint}/nextcloud";
home = "${storageBoxMountPoint}/nextcloud";

phpOptions."opcache.interned_strings_buffer" = "32"; # buffer size in MB

Expand Down

0 comments on commit eb2179c

Please sign in to comment.