misc
This commit is contained in:
parent
1720cb6c9b
commit
0363953a84
6 changed files with 15 additions and 22 deletions
|
@ -41,7 +41,7 @@
|
|||
dnssec = "false";
|
||||
};
|
||||
|
||||
services.dnsmasq = {
|
||||
/*services.dnsmasq = {
|
||||
enable = true;
|
||||
resolveLocalQueries = false;
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
|||
address = [ "/foo.site/127.1.0.1" ];
|
||||
server = [ "9.9.9.9" ];
|
||||
};
|
||||
};
|
||||
};*/
|
||||
|
||||
systemd.network = {
|
||||
networks.wlp4s0 = {
|
||||
|
@ -61,7 +61,7 @@
|
|||
dhcpV6Config.UseDNS = "no";
|
||||
};
|
||||
|
||||
wait-online.anyInterface = true;
|
||||
wait-online.enable = false;
|
||||
};
|
||||
|
||||
# removable disks in file manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue