diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-19 22:28:31 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-19 22:28:31 +0100 |
commit | f0255dd5bd2b793741fa1f6f349b89219c9bd56a (patch) | |
tree | 0467e1d5551da79852f44f2cb0fa528edc5cf919 /modules/webapps | |
parent | d60c4da16690cbaca1891c35bf9c460e1c817a0b (diff) | |
download | Nix-f0255dd5bd2b793741fa1f6f349b89219c9bd56a.tar.gz Nix-f0255dd5bd2b793741fa1f6f349b89219c9bd56a.tar.zst Nix-f0255dd5bd2b793741fa1f6f349b89219c9bd56a.zip |
Configuration adjustments for shaarli and mastodon
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 |