1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-4: monitor NDP on br0

This commit is contained in:
Matt Layher 2023-09-23 14:38:28 -04:00
parent 9adedbd0c0
commit 9b644b0d78

View file

@ -89,7 +89,7 @@ in {
};
interfaces = [{
names = [ "mgmt0" ];
names = [ "mgmt0" "br0" ];
monitor = true;
}];
};