more archiveteam and qbit changes

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-11-28 13:15:39 -05:00
parent ecbb096d07
commit dde547c4cf
4 changed files with 58 additions and 26 deletions

View File

@ -85,7 +85,7 @@ let
};
archiveteam-youtube = {
image = "youtube-grab";
scale = 1;
scale = 0;
};
archiveteam-deviantart = {
image = "deviantart-grab";
@ -141,7 +141,7 @@ in
services."custom-watchtower@archiveteam" = {
bindsTo = [ "docker.service" ];
after = [ "docker.service" ];
description = "runs a watchtower-esque script for systemd-based oci-containers";
description = "a watchtower-esque script for systemd-based oci-containers";
serviceConfig = {
Type = "oneshot";
User = "root";