diff options
Diffstat (limited to 'modules/webapps')
-rw-r--r-- | modules/webapps/mastodon.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webapps/mastodon.nix b/modules/webapps/mastodon.nix index 2f5a8e3..df2dbb2 100644 --- a/modules/webapps/mastodon.nix +++ b/modules/webapps/mastodon.nix | |||
@@ -167,7 +167,7 @@ in | |||
167 | environment.BUNDLE_GEMFILE = "${cfg.workdir.gems.confFiles}/Gemfile"; | 167 | environment.BUNDLE_GEMFILE = "${cfg.workdir.gems.confFiles}/Gemfile"; |
168 | environment.SOCKET = cfg.sockets.rails; | 168 | environment.SOCKET = cfg.sockets.rails; |
169 | 169 | ||
170 | path = [ cfg.workdir.gems cfg.workdir.gems.ruby pkgs.file ]; | 170 | path = [ cfg.workdir.gems cfg.workdir.gems.ruby pkgs.file pkgs.imagemagick ]; |
171 | 171 | ||
172 | preStart = '' | 172 | preStart = '' |
173 | install -m 0755 -d ${cfg.dataDir}/tmp/cache | 173 | install -m 0755 -d ${cfg.dataDir}/tmp/cache |