xmrig: compile with compiler optimizations
All checks were successful
Build and Deploy / deploy (push) Successful in 2m45s
All checks were successful
Build and Deploy / deploy (push) Successful in 2m45s
This commit is contained in:
@@ -11,7 +11,7 @@ in
|
|||||||
{
|
{
|
||||||
services.xmrig = {
|
services.xmrig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.xmrig;
|
package = lib.optimizePackage pkgs.xmrig;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
autosave = true;
|
autosave = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user