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

@ -625,7 +625,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
# 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;
@ -639,6 +639,15 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
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;
@ -651,6 +660,9 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
<<general-packages>>
blender
neofetch
ethminer
lutris
protonup
# Dev tools
<<dev-tools>>
<<lightlyshaders>>