Merge pull request #146400 from ratsclub/service-xmrig
nixos/xmrig: add services.xmrig to module-list.nix
This commit is contained in:
commit
4d3404ac25
@ -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
|
||||
|
@ -64,8 +64,6 @@ with lib;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "XMRig Mining Software Service";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ ratsclub ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user