remove apparently unnessary mattermost lib.mkForce

onlyoffice-nix
stuebinm 2023-05-04 00:40:59 +02:00
parent b5d4f76a1d
commit 3099798468
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ in {
systemd.services.mattermost.serviceConfig.EnvironmentFile =
"/secrets/env";
# overwrite the -c flag given in the module. this can be removed once we're on nixos 22.05
systemd.services.mattermost.serviceConfig.ExecStart =
lib.mkForce "${pkgs.mattermost}/bin/mattermost -c /persist/mattermost/config/config.json";
# couldn't figure out how to actually overwrite modules, so now
# there's two mattermost modules ...