trouble shooting onlyoffice webserver

This commit is contained in:
naturallaw77 2023-06-13 14:57:02 -07:00
parent b1c9ae015d
commit 512c4237eb

View File

@ -6,5 +6,7 @@ let
{
services.onlyoffice = {
enable = true;
enableExampleServer = true;
examplePort = 8100;
};
}