1
0
Fork 0

make onlyoffice app through nix

This commit is contained in:
ibizaman 2024-01-05 14:03:05 -08:00 committed by Pierre Penninckx
parent 99f0f51406
commit bbe18df58f

View file

@ -345,6 +345,10 @@ in
})
(lib.mkIf (!(isNull cfg.apps.onlyoffice)) {
services.nextcloud.extraApps = {
inherit (nextcloudApps) onlyoffice;
};
services.onlyoffice = {
enable = true;
hostname = "${cfg.apps.onlyoffice.subdomain}.${cfg.domain}";