disable systemd-resolved on auth-dns
This commit is contained in:
parent
fc869ba783
commit
814656552a
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ in
|
|||
};
|
||||
|
||||
# configure remaining network to work
|
||||
services.resolved.enable = false;
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 53 ];
|
||||
allowedUDPPorts = [ 53 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue