yuki: remove twitch miner

yuki: remove twitch miner
This commit is contained in:
notohh 2024-11-12 16:37:27 -05:00
parent dfdec6b0ef
commit f22276dd70
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 14 deletions

View file

@ -7,11 +7,10 @@
./stash.nix
./jellyfin.nix
./wallos.nix
./searxng.nix
# ./searxng.nix
./anki-sync-server.nix
# ./paperless.nix
# ./hydroxide.nix
# ./twitch-miner.nix
./botoh.nix
];
}

View file

@ -1,12 +0,0 @@
_: {
virtualisation.oci-containers.containers.twitch-miner = {
image = "rdavidoff/twitch-channel-points-miner-v2@sha256:a344037ff4180fccc909ca398cc180a840ffd89f6af121789a58764a86769e58";
volumes = [
"/home/notoh/twitch-miner/analytics:/usr/src/app/analytics"
"/home/notoh/twitch-miner/cookies:/usr/src/app/cookie"
"/home/notoh/twitch-miner/logs:/usr/src/app/logs"
"/home/notoh/twitch-miner/run.py:/usr/src/app/run.py:ro"
];
ports = ["5000:5000"];
};
}