adding ethminer
This commit is contained in:
parent
5c5b3dcf60
commit
1d8a306400
5 changed files with 43 additions and 4 deletions
14
README.org
14
README.org
|
@ -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>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue