rpi4: what is wrong with me
will this be the last fix for a stupid typo? we will never know.
This commit is contained in:
parent
b5206da39a
commit
cdd99c9b5e
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user