nixos/xmrig: add services.xmrig to module-list.nix

This commit is contained in:
Victor Freire
2021-11-17 12:29:40 -03:00
parent 12fc0f19fe
commit ed312a6815
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -611,6 +611,7 @@
./services/misc/uhub.nix
./services/misc/weechat.nix
./services/misc/xmr-stak.nix
./services/misc/xmrig.nix
./services/misc/zigbee2mqtt.nix
./services/misc/zoneminder.nix
./services/misc/zookeeper.nix
-2
View File
@@ -64,8 +64,6 @@ with lib;
};
meta = with lib; {
description = "XMRig Mining Software Service";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ratsclub ];
};
}