enable resolved again
This commit is contained in:
parent
51eb78429c
commit
9a1db71073
1 changed files with 10 additions and 0 deletions
|
|
@ -20,6 +20,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
# dnssec = "true";
|
||||
domains = [ "~." ];
|
||||
fallbackDns = [ "10.42.97.10" ];
|
||||
# extraConfig = ''
|
||||
# DNSOverTLS=yes
|
||||
# '';
|
||||
};
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
# Define VLANS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue