add nextcloud tasks
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
fqdn = "cloud.rpqt.fr";
|
fqdn = "cloud.rpqt.fr";
|
||||||
in
|
in
|
||||||
@@ -31,6 +31,10 @@ in
|
|||||||
usePathStyle = true;
|
usePathStyle = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
extraAppsEnable = true;
|
||||||
|
extraApps = {
|
||||||
|
inherit (pkgs.nextcloud31Packages.apps) tasks;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
|
|||||||
Reference in New Issue
Block a user