1
0
Fork 0

make onlyoffice app through nix

This commit is contained in:
ibizaman 2024-01-05 14:03:05 -08:00
parent 885cd5eb79
commit fcd8ac0416

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}";