summary refs log tree commit diff
path: root/nixos/modules/services/networking/namecoind.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-06-05 15:19:19 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-06-13 12:33:31 +0200
commit2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6 (patch)
treea2c84b95da3be35cc7fdbccf1954704167ef929a /nixos/modules/services/networking/namecoind.nix
parentc597a7f869e446d0c024a9267748b3a0d105425c (diff)
downloadnixpkgs-2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6.tar
nixpkgs-2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6.tar.gz
nixpkgs-2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6.tar.bz2
nixpkgs-2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6.tar.lz
nixpkgs-2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6.tar.xz
nixpkgs-2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6.tar.zst
nixpkgs-2e5019b92c83d1ebd9e94e12bc5a3eab05c388e6.zip
dnschain: remove package and NixOS module
The software is unmaintained since ~2014 and the package
can't be built anymore (issue #89205).
Diffstat (limited to 'nixos/modules/services/networking/namecoind.nix')
-rw-r--r--nixos/modules/services/networking/namecoind.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/services/networking/namecoind.nix b/nixos/modules/services/networking/namecoind.nix
index ead7f085943..6ca99e1321b 100644
--- a/nixos/modules/services/networking/namecoind.nix
+++ b/nixos/modules/services/networking/namecoind.nix
@@ -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";