From f14b14fd7f2973f59395ccadde4c517924069e17 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 11 Mar 2021 23:50:20 +0100 Subject: fix pleroma exiftool --- hosts/flora/services/pleroma.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/flora/services/pleroma.nix b/hosts/flora/services/pleroma.nix index 22a70c3..075908d 100644 --- a/hosts/flora/services/pleroma.nix +++ b/hosts/flora/services/pleroma.nix @@ -23,7 +23,7 @@ in imports = [ "${sources.nixpkgs-unstable}/nixos/modules/services/networking/pleroma.nix" ]; # generating the manual will fail when mixing nixos channels, # so disable it here or this won't build at all. - documentation.enable = false; + documentation.enable = false; # pleroma has a cli tool for configuration environment.systemPackages = [ pkgs.pleroma-otp pkgs.dnsutils ]; @@ -91,6 +91,9 @@ in '' ]; }; + + # otherwise, the exiftool will fail to run + systemd.services.pleroma.path = [ pkgs.exiftool ]; services.postgresql = { enable = true; -- cgit v1.2.3