rpi4: uhh fix thing

i am going to pretend that didn't happen
This commit is contained in:
NullBite 2025-01-04 01:22:19 -05:00
parent d9dad28acf
commit b5206da39a
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -14,7 +14,7 @@ in {
};
};
systemd.services.gallery-dl = {
environment.PATH = with pkgs; 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; makeBinpath [ bash coreutils rmlint ];
environment.PATH = with pkgs; lib.makeBinpath [ bash coreutils rmlint ];
serviceConfig = {
# likewise
ExecStart = "/srv/gallery-dl-dedup.sh";