dnschain: remove package and NixOS module

The software is unmaintained since ~2014 and the package
can't be built anymore (issue #89205).
This commit is contained in:
rnhmjoj
2020-06-05 15:19:19 +02:00
parent c597a7f869
commit 2e5019b92c
6 changed files with 0 additions and 201 deletions

View File

@@ -149,11 +149,6 @@ in
config = mkIf cfg.enable {
services.dnschain.extraConfig = ''
[namecoin]
config = ${configFile}
'';
users.users.namecoin = {
uid = config.ids.uids.namecoin;
description = "Namecoin daemon user";