mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-03 03:01:04 +01:00
minus: Add an archive team warrior
This commit is contained in:
parent
635eb8df62
commit
159360ca3c
1 changed files with 13 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue