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:
parent
9adedbd0c0
commit
9b644b0d78
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
interfaces = [{
|
interfaces = [{
|
||||||
names = [ "mgmt0" ];
|
names = [ "mgmt0" "br0" ];
|
||||||
monitor = true;
|
monitor = true;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue