nixos/mastodon: fix emoji import
This commit is contained in:
parent
c107fb66da
commit
17933082cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue