more archiveteam and qbit changes
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user