mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
Resolve dns queries on overlay with the recursive ns
This commit is contained in:
parent
dcf23fabe6
commit
3f5ea6e161
4 changed files with 9 additions and 4 deletions
|
|
@ -21,6 +21,7 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
recursive-nameserver.enable = true;
|
||||
private-nameserver.enable = true;
|
||||
public-nameserver = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue