Update nextcloud module

This commit is contained in:
Andrea Ciceri 2024-10-10 17:06:54 +02:00
parent c35c00bf75
commit f5091547bb
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -8,11 +8,9 @@
"d /mnt/raid/nextcloud 770 nextcloud nextcloud"
];
ccr.extraGroups = [ "nextcloud" ];
services.nextcloud = {
enable = true;
package = pkgs.nextcloud26;
package = pkgs.nextcloud_30;
database.createLocally = true;
home = "/mnt/raid/nextcloud";
hostName = "nextcloud.aciceri.dev";
@ -21,6 +19,4 @@
overwriteProtocol = "https";
};
};
networking.firewall.allowedTCPPorts = [ 80 ];
}