From 512c4237ebfabc7d8f900aa5bb70cefb39d317c8 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 13 Jun 2023 14:57:02 -0700 Subject: [PATCH] trouble shooting onlyoffice webserver --- modules/onlyoffice.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/onlyoffice.nix b/modules/onlyoffice.nix index 7a52e1e..d34c43d 100644 --- a/modules/onlyoffice.nix +++ b/modules/onlyoffice.nix @@ -6,5 +6,7 @@ let { services.onlyoffice = { enable = true; + enableExampleServer = true; + examplePort = 8100; }; } \ No newline at end of file