add nextcloud tasks
This commit is contained in:
parent
1f7ac9b044
commit
d9e15e92d6
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue