host(koumakan): at-warrior: whatever

Changed files
-22
systems
koumakan
-21
systems/koumakan/services/arion/archiveteam-warrior.nix
···
-
{
-
virtualisation.oci-containers.containers.at-warrior = {
-
image = "atdr.meo.ws/archiveteam/warrior-dockerfile";
-
ports = [ "100.100.16.16:35842:8001" ];
-
-
labels = {
-
"io.containers.autoupdate" = "registry";
-
};
-
-
environment = {
-
DOWNLOADER = "soopyc";
-
WARRIOR_ID = "soopyc-uSoU1YZC";
-
CONCURRENT_ITEMS = "6";
-
SELECTED_PROJECT = "auto";
-
SHARED_RSYNC_THREADS = "20";
-
-
# see if this does any good
-
PREFER_IPV4 = "true";
-
};
-
};
-
}
-1
systems/koumakan/services/arion/default.nix
···
{
imports = [
-
./archiveteam-warrior.nix
./breezewiki.nix
./pixivfe.nix
];