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 = {
|
||||
enable = true;
|
||||
package = pkgs.xmrig;
|
||||
package = lib.optimizePackage pkgs.xmrig;
|
||||
|
||||
settings = {
|
||||
autosave = true;
|
||||
|
||||
Reference in New Issue
Block a user