1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Update nextcloud to 28

This commit is contained in:
Stefan Ellmauthaler 2023-12-18 16:32:15 +01:00
parent df41713399
commit bd92e8b582
Failed to extract signature

View File

@ -12,7 +12,7 @@ with lib; {
elss.server.sql.enable = mkDefault true;
services.nextcloud = {
enable = true;
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
hostName = "cloudstore.ellmauthaler.net";
https = true;
config = {