added jwt secret
This commit is contained in:
parent
cb7776a305
commit
5e5c3bc1a2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue