fix dns
This commit is contained in:
@@ -31,14 +31,9 @@
|
||||
interface = "enp42s0";
|
||||
ip = "192.168.0.11";
|
||||
#dns = "127.0.0.1";
|
||||
dns = "192.168.10";
|
||||
dns = "192.168.0.10";
|
||||
#gateway = "192.168.0.10";
|
||||
};
|
||||
# It uses 1.1.1.1 for some reason? set in /etc/dnsmasq-resolv.conf. no idea why
|
||||
#services.dnsmasq = {
|
||||
# enable = true;
|
||||
# server = [ "192.168.0.10" ];
|
||||
#};
|
||||
misc = { docker.enable = true; };
|
||||
services = { syncthing = { enable = true; }; };
|
||||
hardware = {
|
||||
|
||||
Reference in New Issue
Block a user