mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nuc: networking updates
This commit is contained in:
parent
77b3d974c5
commit
d2353d8b59
4 changed files with 15 additions and 5 deletions
|
@ -34,7 +34,10 @@
|
|||
routeConfig.Gateway = "192.168.42.1";
|
||||
}];
|
||||
networkConfig = {
|
||||
DNS = "192.168.42.1";
|
||||
DNS = [
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
];
|
||||
LLDP = true;
|
||||
EmitLLDP = "nearest-bridge";
|
||||
DNSSEC = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue