mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
fixes for nixos 24.11 checks
This commit is contained in:
parent
53eb192ea8
commit
d46d0737c5
7 changed files with 61 additions and 89 deletions
|
@ -32,13 +32,11 @@
|
|||
networks."10-wired" = {
|
||||
matchConfig.Name = "enp2s0";
|
||||
address = [ "192.168.42.3/24" ];
|
||||
routes = [{
|
||||
routeConfig.Gateway = "192.168.42.1";
|
||||
}];
|
||||
networkConfig = {
|
||||
DNS = [
|
||||
"192.168.42.1"
|
||||
];
|
||||
Gateway = "192.168.42.1";
|
||||
LLDP = true;
|
||||
EmitLLDP = "nearest-bridge";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue