Reverting 32228. That was an incomplete change I had in the working directory.
svn path=/nixos/trunk/; revision=32308
This commit is contained in:
parent
97e0131291
commit
5c6165ef9f
@ -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 {
|
networking.domain = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
example = "home";
|
example = "home";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user