1
0
Fork 0
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:
Matt Layher 2021-04-28 17:34:17 -04:00
parent d1601d93c2
commit f78a7aec07
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -114,7 +114,7 @@ in {
pprof = true;
};
interfaces = lib.forEach [ "enp5s0" "enp12s0" ] (name: {
interfaces = lib.forEach [ "enp5s0" ] (name: {
inherit name;
monitor = true;
});