fix dns resolution on dns servers
This commit is contained in:
parent
43145bbd19
commit
ed99a3710e
3 changed files with 14 additions and 5 deletions
|
@ -45,6 +45,10 @@ in
|
|||
allowedTCPPorts = [ 53 ];
|
||||
allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
environment.etc."resolv.conf".text = ''
|
||||
search noc.eh22.intern eh22.intern
|
||||
nameserver 10.20.25.5
|
||||
'';
|
||||
|
||||
# enable knot resolv server
|
||||
# ref: https://search.nüschtos.de/?query=services.kresd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue