forked from DGNum/infrastructure
fix(onlyoffice): Remove unusable patches
This commit is contained in:
parent
6f136c5233
commit
7873680895
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
let hostname = "documentserver.dgnum.eu";
|
||||
in {
|
||||
|
@ -10,9 +10,6 @@ in {
|
|||
jwtSecretFile = config.age.secrets."onlyoffice-jwt_secret_file".path;
|
||||
|
||||
port = 8015;
|
||||
|
||||
package = pkgs.onlyoffice-documentserver.overrideAttrs
|
||||
(old: { patches = (old.patches or [ ]) ++ [ ./secrets.patch ]; });
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${hostname} = {
|
||||
|
|
Loading…
Reference in a new issue