qbittorrent + qbit_manage migrated to nixpkgs
All checks were successful
MCP Tests / mcp-tests (push) Successful in 24s

This commit is contained in:
Danilo Reyes
2026-04-01 23:55:32 -06:00
parent 5a4f7c2734
commit 4eeed32002
6 changed files with 124 additions and 157 deletions

View File

@@ -6,11 +6,7 @@
}:
let
download = import ./common.nix {
inherit
config
lib
pkgs
;
inherit config lib pkgs;
};
in
{
@@ -67,12 +63,10 @@ in
};
in
{
"download@main" = lib.mkIf config.my.units.download.enable (
downloadTimer "*-*-* 06,18:02:00" 30 // { }
);
"download@push" = lib.mkIf config.my.units.download.enable (downloadTimer "*:0/5" 30 // { });
"download@main" = lib.mkIf config.my.units.download.enable (downloadTimer "*-*-* 06,18:02:00" 30);
"download@push" = lib.mkIf config.my.units.download.enable (downloadTimer "*:0/5" 30);
"download@manga" = lib.mkIf config.my.units.downloadManga.enable (
downloadTimer "*-*-* 03:08:00" 30 // { }
downloadTimer "*-*-* 03:08:00" 30
);
tuhmayto = lib.mkIf config.my.units.download.enable {
enable = true;