fix(onlyoffice): Remove unusable patches

This commit is contained in:
Tom Hubrecht 2023-10-05 09:17:06 +02:00
parent 6f136c5233
commit 7873680895

View file

@ -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} = {