From e9811ee0bed33345966325f4011e6e40846447c4 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 13 Jun 2023 10:41:01 -0700 Subject: [PATCH] updated onlyoffice --- modules/onlyoffice.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/onlyoffice.nix b/modules/onlyoffice.nix index 1f41886..02852f6 100644 --- a/modules/onlyoffice.nix +++ b/modules/onlyoffice.nix @@ -6,6 +6,6 @@ let { services.onlyoffice = { enable = true; - hostname = "${personalization.wordpress_url}"; + hostname = "${personalization.onlyoffice_url}"; }; } \ No newline at end of file