mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Adding extra options for resolv.conf
svn path=/nixos/trunk/; revision=32228
This commit is contained in:
parent
3a9dfceb07
commit
cc1daf97c7
@ -45,6 +45,15 @@ 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";
|
||||
|
Loading…
Reference in New Issue
Block a user