about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-10-12 21:38:54 +0000
committerworldofpeace <worldofpeace@protonmail.ch>2020-02-02 11:11:27 -0500
commit92d689d66bf68e31acdc85b54a4d9d8866497b50 (patch)
tree267903d3eda330fc28758247bdb0e69c0546fc97 /nixos/modules/rename.nix
parent0036573d305dc724ad3acd8f6a406bc6113866cc (diff)
downloadnixlib-92d689d66bf68e31acdc85b54a4d9d8866497b50.tar
nixlib-92d689d66bf68e31acdc85b54a4d9d8866497b50.tar.gz
nixlib-92d689d66bf68e31acdc85b54a4d9d8866497b50.tar.bz2
nixlib-92d689d66bf68e31acdc85b54a4d9d8866497b50.tar.lz
nixlib-92d689d66bf68e31acdc85b54a4d9d8866497b50.tar.xz
nixlib-92d689d66bf68e31acdc85b54a4d9d8866497b50.tar.zst
nixlib-92d689d66bf68e31acdc85b54a4d9d8866497b50.zip
nixos/dnscrypt-proxy2: init
This removes the original dnscrypt-proxy module as well.

Co-authored-by: Atemu <atemu.main@gmail.com>
Co-authored-by: Silvan Mosberger <contact@infinisil.com>
Co-authored-by: ryneeverett <ryneeverett@gmail.com>
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index dbe687d8e22f..3b1b1b8bb55c 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -41,6 +41,7 @@ with lib;
       LightDM. Please use the services.xserver.displayManager.lightdm.autoLogin options
       instead, or any other display manager in NixOS as they all support auto-login.
     '')
+    (mkRemovedOptionModule [ "services" "dnscrypt-proxy" ] "Use services.dnscrypt-proxy2 instead")
 
     # Do NOT add any option renames here, see top of the file
   ];