This commit is contained in:
death916 2025-11-21 03:57:09 -08:00
parent 772e933b91
commit 09e1fac43e

View file

@ -1,9 +1,14 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
let
cfg = config.services.c2cscrape;
# Import the package relative to this file
c2cscrapePkg = pkgs.callPackage ../pkgs/c2cscrape/default.nix { };
c2cscrapePkg = pkgs.python3Packages.callPackage ../pkgs/c2cscrape/default.nix { };
in
{
options.services.c2cscrape = {
@ -37,7 +42,6 @@ in
};
};
systemd.timers.c2cscrape = {
wantedBy = [ "timers.target" ];
timerConfig = {