System Gen2 @ 2026-03-24-21:10:07 by jonas@harbor

This commit is contained in:
2026-03-24 21:10:08 +01:00
parent 4fa113f274
commit 6e6ac58ebd
4 changed files with 46 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ in {
services.nextcloud = {
# Instance
enable = true;
package = pkgs.nextcloud31;
package = pkgs.nextcloud33;
hostName = cfg.instanceFQDN;
https = cfg.ssl;
configureRedis = true;
@@ -55,12 +55,11 @@ in {
(config.services.nextcloud.package.packages.apps)
calendar
contacts
maps
tasks
;
drop_account = pkgs.fetchNextcloudApp {
sha256 = "sha256-AAWAR5i8moGlyGMaNqJwQPqPAHqWvIf4mvZ4U0dfg/A=";
url = "https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.7.1.tar.gz";
sha256 = "sha256-J+bZVNIb/MokuTYQu8RBKdnZFakh180pa1pW5KHlC80=";
url = "https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-3.0.0.tar.gz";
license = "agpl3Only";
};
};