From 59562e9f27bbbc88a937d07e2df587309e48cedd Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 19 Jul 2022 15:58:14 +0300 Subject: [PATCH] Test pleroma fix --- social/pleroma.nix | 1 + 1 file changed, 1 insertion(+) 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;