From 5c6165ef9f922b24401a3ee1b691d00e64f1d335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 15 Feb 2012 16:46:25 +0000 Subject: [PATCH] Reverting 32228. That was an incomplete change I had in the working directory. svn path=/nixos/trunk/; revision=32308 --- modules/tasks/network-interfaces.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/tasks/network-interfaces.nix b/modules/tasks/network-interfaces.nix index aa13e19a1bd..27ca840ecdb 100644 --- a/modules/tasks/network-interfaces.nix +++ b/modules/tasks/network-interfaces.nix @@ -45,15 +45,6 @@ in ''; }; - networking.extraResolvConf = mkOption { - default = ""; - example = "options timeout:1 attempts:6"; - description = '' - Extra text to add to resolv.conf, additional to the - domain name and the nameservers. - ''; - }; - networking.domain = mkOption { default = ""; example = "home";