diff --git a/social/pleroma.nix b/social/pleroma.nix index 9ffb88c..067ca9c 100644 --- a/social/pleroma.nix +++ b/social/pleroma.nix @@ -3,6 +3,7 @@ let cfg = config.services.userdata; in { + systemd.services.pleroma.path = [ pkgs.util-linux pkgs.exiftool ]; services = { pleroma = { enable = cfg.pleroma.enable;