This commit is contained in:
death916 2025-06-26 16:11:23 -07:00
parent d96fd57788
commit a89e973657
2 changed files with 28 additions and 0 deletions

View file

@ -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"
];