forked from hacc/haccfiles
mattermost: packages required for migration
This commit is contained in:
parent
75cc371c01
commit
ed667e15e9
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
bindSecrets = true;
|
bindSecrets = true;
|
||||||
|
|
||||||
config = { config, lib, pkgs, ... }: {
|
config = { config, lib, pkgs, ... }: {
|
||||||
|
environment.systemPackages = [ pkgs.morph pkgs.pgloader ];
|
||||||
|
|
||||||
systemd.services.mattermost.serviceConfig.EnvironmentFile =
|
systemd.services.mattermost.serviceConfig.EnvironmentFile =
|
||||||
lib.mkForce "/secrets/env";
|
lib.mkForce "/secrets/env";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue