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;