unbound: enable prefetching
This commit is contained in:
parent
b3664ac63f
commit
b7ec0ac354
@ -9,6 +9,13 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
networking.networkmanager.dns = "none";
|
||||
services.unbound.enable = true;
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
prefetch = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user