remove apparently unnessary mattermost lib.mkForce

This commit is contained in:
stuebinm 2023-05-04 00:40:59 +02:00
parent b5d4f76a1d
commit 3099798468

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 ...