mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-24 06:15:38 +00:00
upgrade to nextcloud 29
This commit is contained in:
parent
6f4ee32e8e
commit
517ae65cf1
@ -9,7 +9,7 @@
|
||||
config = lib.mkIf config.services.nextcloud.enable {
|
||||
|
||||
services.nextcloud = {
|
||||
package = pkgs.nextcloud28; # Required to specify
|
||||
package = pkgs.nextcloud29; # Required to specify
|
||||
configureRedis = true;
|
||||
datadir = "/data/nextcloud";
|
||||
database.createLocally = true;
|
||||
|
Loading…
Reference in New Issue
Block a user