add nextcloud tasks

This commit is contained in:
2025-09-28 21:56:54 +02:00
parent 1f7ac9b044
commit d9e15e92d6

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
let
fqdn = "cloud.rpqt.fr";
in
@@ -31,6 +31,10 @@ in
usePathStyle = true;
};
};
extraAppsEnable = true;
extraApps = {
inherit (pkgs.nextcloud31Packages.apps) tasks;
};
};
services.postgresql = {