mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/servnerr-3: ignore disconnected 10GbE interface for CoreRAD
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
d1601d93c2
commit
f78a7aec07
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ in {
|
||||||
pprof = true;
|
pprof = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
interfaces = lib.forEach [ "enp5s0" "enp12s0" ] (name: {
|
interfaces = lib.forEach [ "enp5s0" ] (name: {
|
||||||
inherit name;
|
inherit name;
|
||||||
monitor = true;
|
monitor = true;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue