added jwt secret
This commit is contained in:
parent
cb7776a305
commit
5e5c3bc1a2
|
@ -115,6 +115,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8123;
|
port = 8123;
|
||||||
hostname = "office.sondell.org";
|
hostname = "office.sondell.org";
|
||||||
|
jwtSecretFile = "/etc/nixos/.secrets/onlyoffice.jwt";
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."office.sondell.org" = {
|
services.nginx.virtualHosts."office.sondell.org" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue