fix(APPA): set nextcloud version to 29

This commit is contained in:
Jacob Bachmann 2024-09-17 16:14:34 +02:00
parent aaf6cefc09
commit 296a526fde
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
age.secrets.passwords-gitea-db = {
@ -9,6 +9,7 @@
services.nextcloud = {
enable = true;
services.nextcloud.package = pkgs.nextcloud29;
https = true;
hostName = "nextcloud.dryb.org";
database.createLocally = true;