switched to AFKCommands rust rewrite

This commit is contained in:
ISnortPennies 2022-09-19 00:36:56 -04:00
parent d2113e0f50
commit d221a562f6
6 changed files with 37 additions and 9 deletions

View file

@ -20,9 +20,7 @@
hardware.cpu.amd.updateMicrocode = true;
#end important stuff
environment.systemPackages = with pkgs; [
android-tools
openjdk
AFKCommands
afk-cmds
xmrig
t-rex-miner
];
@ -51,10 +49,10 @@
};
systemd.services.mining = {
enable = true;
path = with pkgs; [ AFKCommands t-rex-miner xmrig ];
path = with pkgs; [ afk-cmds t-rex-miner xmrig alacritty zsh ];
wantedBy = [ "graphical.target" ];
script = ''
AFKCommands
afk_cmds -c /home/gerg/afk-cmds.json
'';
environment = {
XAUTHORITY="/home/gerg/.Xauthority";