remove apparently unnessary mattermost lib.mkForce
This commit is contained in:
parent
b5d4f76a1d
commit
3099798468
1 changed files with 0 additions and 3 deletions
|
@ -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 ...
|
||||
|
|
Loading…
Reference in a new issue