make onlyoffice app through nix
This commit is contained in:
parent
99f0f51406
commit
bbe18df58f
1 changed files with 4 additions and 0 deletions
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue