yuki: remove twitch miner
yuki: remove twitch miner
This commit is contained in:
parent
dfdec6b0ef
commit
f22276dd70
2 changed files with 1 additions and 14 deletions
|
@ -7,11 +7,10 @@
|
||||||
./stash.nix
|
./stash.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./wallos.nix
|
./wallos.nix
|
||||||
./searxng.nix
|
# ./searxng.nix
|
||||||
./anki-sync-server.nix
|
./anki-sync-server.nix
|
||||||
# ./paperless.nix
|
# ./paperless.nix
|
||||||
# ./hydroxide.nix
|
# ./hydroxide.nix
|
||||||
# ./twitch-miner.nix
|
|
||||||
./botoh.nix
|
./botoh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue