fix slow rebuild by not triggering timers accidentally

This commit is contained in:
Kopatz
2025-08-19 10:42:52 +02:00
parent 2c8f5000b6
commit d2104b49bf
4 changed files with 8 additions and 11 deletions

View File

@@ -70,9 +70,9 @@ in {
else
config.age.secrets.kavita.path;
};
environment.systemPackages = with pkgs; [
libgbm
];
environment.systemPackages = with pkgs; [
libgbm
];
#todo: base url needs new kavita version
systemd.services = {
@@ -80,8 +80,6 @@ in {
after = [ "nginx.service" ] ++ lib.optional useStepCa "step-ca.service";
};
download-manga = mkIf cfg.autoDownload {
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
startAt = "*-*-* 19:00:00";