adding ethminer

This commit is contained in:
Chris Cochrun 2022-05-27 09:50:08 -05:00
parent 5c5b3dcf60
commit 1d8a306400
5 changed files with 43 additions and 4 deletions

View file

@ -101,7 +101,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.chris = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "input" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "networkmanager" "input" "no-internet" ]; # Enable sudo for the user.
};
programs.partition-manager.enable = true;
@ -115,6 +115,15 @@
virtualisation.waydroid.enable = true;
# services.ethminer = {
# enable = true;
# pool = "us-eth.2miners.com:2020";
# toolkit = "cuda";
# rig = "kaladin";
# wallet = "0xE43c525d05Ac52303cb43772Eb209824AE328CA3";
# registerMail = "ceth@cochrun.xyz";
# };
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
@ -218,6 +227,9 @@
quickemu
blender
neofetch
ethminer
lutris
protonup
# Dev tools
nix-index
meson