Fix DNS
This commit is contained in:
parent
41caddc080
commit
7d257c2128
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
# networking.nameservers doesn't apply to resolvconf
|
# networking.nameservers doesn't apply to resolvconf
|
||||||
#nameservers = [ "9.9.9.9" "1.1.1.1" ];
|
#nameservers = [ "9.9.9.9" "1.1.1.1" ];
|
||||||
# resolvconf.extraConfig = "name_servers=\"9.9.9.9 1.1.1.1\"";
|
resolvconf.extraConfig = "name_servers=\"9.9.9.9 1.1.1.1\"";
|
||||||
# Temporary since MagicDNS is broken
|
# Temporary since MagicDNS is broken
|
||||||
hosts = {
|
hosts = {
|
||||||
"192.168.1.168" = [ "elnuhub.local" ];
|
"192.168.1.168" = [ "elnuhub.local" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue