mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
nameservers/recursive: Prefetch to keep cache up to date
This commit is contained in:
parent
5fd78c276b
commit
e728fe43bb
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ in
|
||||||
settings.server = {
|
settings.server = {
|
||||||
interface = [ "${netCfg.overlay.address}@${toString cfg.port}" ];
|
interface = [ "${netCfg.overlay.address}@${toString cfg.port}" ];
|
||||||
access-control = [ "${toString netCfg.overlay.networkCidr} allow" ];
|
access-control = [ "${toString netCfg.overlay.networkCidr} allow" ];
|
||||||
|
prefetch = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue