added jwt secret

This commit is contained in:
admin 2024-07-15 09:18:55 +02:00
parent cb7776a305
commit 5e5c3bc1a2

View file

@ -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;