From 5e5c3bc1a22f25c13ad26c57e1c4f9cb3ac89222 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 15 Jul 2024 09:18:55 +0200 Subject: [PATCH] added jwt secret --- nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud.nix b/nextcloud.nix index d2fdb63..7db1680 100644 --- a/nextcloud.nix +++ b/nextcloud.nix @@ -115,6 +115,7 @@ in { enable = true; port = 8123; hostname = "office.sondell.org"; + jwtSecretFile = "/etc/nixos/.secrets/onlyoffice.jwt"; }; services.nginx.virtualHosts."office.sondell.org" = { forceSSL = true;