nixos/mastodon: fix emoji import

This commit is contained in:
Izorkin 2022-11-15 21:45:22 +03:00 committed by Manuel Bärenz
parent c107fb66da
commit 17933082cc

View file

@ -688,7 +688,7 @@ in {
inherit (cfg) group;
};
})
(lib.attrsets.setAttrByPath [ cfg.user "packages" ] [ cfg.package mastodonEnv ])
(lib.attrsets.setAttrByPath [ cfg.user "packages" ] [ cfg.package mastodonEnv pkgs.imagemagick ])
];
users.groups.${cfg.group}.members = lib.optional cfg.configureNginx config.services.nginx.user;