fix resolv
This commit is contained in:
parent
9a1db71073
commit
3d57315867
1 changed files with 1 additions and 11 deletions
|
|
@ -20,21 +20,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.resolved = {
|
|
||||||
enable = true;
|
|
||||||
# dnssec = "true";
|
|
||||||
domains = [ "~." ];
|
|
||||||
fallbackDns = [ "10.42.97.10" ];
|
|
||||||
# extraConfig = ''
|
|
||||||
# DNSOverTLS=yes
|
|
||||||
# '';
|
|
||||||
};
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
# Define VLANS
|
# Define VLANS
|
||||||
nameservers = [ "10.42.97.10" ];
|
nameservers = [ "10.42.97.10" ];
|
||||||
resolvconf.enable = false;
|
# resolvconf.enable = false;
|
||||||
vlans = {
|
vlans = {
|
||||||
infrastructure = {
|
infrastructure = {
|
||||||
id = 101;
|
id = 101;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue