2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2024-12-22 04:07:28 +01:00

voyager: update to nextcloud29

This commit is contained in:
Felix Albrigtsen 2024-05-31 21:54:34 +02:00
parent 9b871249e2
commit f2dd1c21e6

View File

@ -5,7 +5,7 @@ let
in {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud28;
package = pkgs.nextcloud29;
inherit hostName;
home = "/var/lib/nextcloud";
https = true;