mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
dns
This commit is contained in:
parent
d96fd57788
commit
a89e973657
2 changed files with 28 additions and 0 deletions
|
|
@ -88,6 +88,7 @@
|
|||
|
||||
networking.defaultGateway = "192.168.0.1"; # <-- SET YOUR ROUTER'S IP
|
||||
networking.nameservers = [
|
||||
"192.168.0.116"
|
||||
"8.8.8.8" # <-- SET YOUR PREFERRED DNS
|
||||
"9.9.9.9"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue