minus: Add an archive team warrior

This commit is contained in:
Quentin Boyer 2026-01-16 23:28:15 +01:00
parent 635eb8df62
commit 159360ca3c

View file

@ -154,4 +154,17 @@ in
hardware.bluetooth.enable = true;
hardware.enableRedistributableFirmware = true;
virtualisation.oci-containers.containers.archiver = {
pull = "always";
image = "atdr.meo.ws/archiveteam/warrior-dockerfile";
ports = [ "63541:8001" ];
environment = {
DOWNLOADER = "traxys";
SELECTED_PROJECT = "auto";
CONCURRENT_ITEMS = "2";
WARRIOR_ID = "minus-traxys";
};
};
}