summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorjD91mZM2 <me@krake.one>2018-05-03 14:05:43 +0200
committerjD91mZM2 <me@krake.one>2018-05-08 13:42:39 +0200
commit6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d (patch)
treec735918c7d55769bb87f900cc103a61b52640778 /nixos/modules/rename.nix
parent9e968fb553b7bcf3130073b7d02ff8611fee39b8 (diff)
downloadnixlib-6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d.tar
nixlib-6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d.tar.gz
nixlib-6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d.tar.bz2
nixlib-6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d.tar.lz
nixlib-6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d.tar.xz
nixlib-6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d.tar.zst
nixlib-6c4c36fcbc2fcf4b7c1fcf4b372a94b069d3ee3d.zip
NetworkManager: add noDns option
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 a1ead80cc215..56b7bf00448c 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -17,6 +17,7 @@ with lib;
     (mkRenamedOptionModule [ "networking" "enableIntel2100BGFirmware" ] [ "hardware" "enableRedistributableFirmware" ])
     (mkRenamedOptionModule [ "networking" "enableRalinkFirmware" ] [ "hardware" "enableRedistributableFirmware" ])
     (mkRenamedOptionModule [ "networking" "enableRTL8192cFirmware" ] [ "hardware" "enableRedistributableFirmware" ])
+    (mkRenamedOptionModule [ "networking" "networkmanager" "useDnsmasq" ] [ "networking" "networkmanager" "dns" ])
 
     (mkRenamedOptionModule [ "services" "cadvisor" "host" ] [ "services" "cadvisor" "listenAddress" ])
     (mkChangedOptionModule [ "services" "printing" "gutenprint" ] [ "services" "printing" "drivers" ]