From 2c63a0318d3bcd3a7c86a57d034e855fe0e937ed Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 13 Jun 2023 15:16:55 -0700 Subject: [PATCH] trouble shooting onlyoffice webserver --- modules/onlyoffice.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/onlyoffice.nix b/modules/onlyoffice.nix index d34c43d..99d426a 100644 --- a/modules/onlyoffice.nix +++ b/modules/onlyoffice.nix @@ -6,7 +6,6 @@ let { services.onlyoffice = { enable = true; - enableExampleServer = true; - examplePort = 8100; + hostname = "${personalization.onlyoffice_url}"; }; } \ No newline at end of file