diff --git a/modules/tasks/network-interfaces.nix b/modules/tasks/network-interfaces.nix index aa13e19a1bdb..27ca840ecdb6 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";