This commit is contained in:
Sakooooo 2025-01-10 21:56:42 +04:00
parent b509339c54
commit 57f90786a2
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -180,14 +180,12 @@ in {
serviceConfig = {
WorkingDirectory = state;
Type = "oneshot";
ExecStart = ''
${
ExecStart = "${
(pkgs.fedifetcher.overrideAttrs (old: {
patches = old.patches or [ ]
++ [ ../../../../overlays/plsbackfill.diff ];
}))
}))
}/bin/fedifetcher'' + " --config ${configPath}"
}/bin/fedifetcher" + " --config ${configPath}"
+ " --state-dir ${state}";
User = "fedifetcher";
Group = "fedifetcher";