host(koumakan): at-warrior: define more things by default

Changed files
+6 -1
systems
koumakan
services
+6 -1
systems/koumakan/services/arion/archiveteam-warrior.nix
···
environment = {
DOWNLOADER = "soopyc";
WARRIOR_ID = "soopyc-uSoU1YZC";
-
CONCURRENT_ITEMS = "3";
};
};
}
···
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";
};
};
}