Merge pull request #146400 from ratsclub/service-xmrig

nixos/xmrig: add services.xmrig to module-list.nix
This commit is contained in:
Thiago Kenji Okada 2021-11-17 13:05:48 -03:00 committed by GitHub
commit 4d3404ac25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

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

View File

@ -64,8 +64,6 @@ with lib;
};
meta = with lib; {
description = "XMRig Mining Software Service";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ratsclub ];
};
}