From cdd99c9b5e470b83aa1193a825a86d0416964ef6 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 4 Jan 2025 01:24:31 -0500 Subject: [PATCH] rpi4: what is wrong with me will this be the last fix for a stupid typo? we will never know. --- hosts/rpi4/media-sync.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/rpi4/media-sync.nix b/hosts/rpi4/media-sync.nix index 2f1a11f..7930bcb 100644 --- a/hosts/rpi4/media-sync.nix +++ b/hosts/rpi4/media-sync.nix @@ -14,7 +14,7 @@ in { }; }; systemd.services.gallery-dl = { - environment.PATH = with pkgs; lib.makeBinpath [ bash coreutils findutils gallery-dl ]; + environment.PATH = with pkgs; lib.makeBinPath [ bash coreutils findutils gallery-dl ]; serviceConfig = { # none of your fucking business # TODO move this into an agenix secret probably @@ -32,7 +32,7 @@ in { }; }; systemd.services.gallery-dl-dedup = { - environment.PATH = with pkgs; lib.makeBinpath [ bash coreutils rmlint ]; + environment.PATH = with pkgs; lib.makeBinPath [ bash coreutils rmlint ]; serviceConfig = { # likewise ExecStart = "/srv/gallery-dl-dedup.sh";