mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: remove CoreRAD managed flag
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
f479ed6088
commit
ff602fa5f8
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ in {
|
||||||
name = ifi.name;
|
name = ifi.name;
|
||||||
advertise = true;
|
advertise = true;
|
||||||
|
|
||||||
# Use stateless DHCPv6.
|
|
||||||
other_config = true;
|
|
||||||
|
|
||||||
# Configure a higher preference for interfaces with more bandwidth.
|
# Configure a higher preference for interfaces with more bandwidth.
|
||||||
# TODO: factor out this metric so we don't have to match on name.
|
# TODO: factor out this metric so we don't have to match on name.
|
||||||
preference = if ifi.name == "tengb0" then "high" else "medium";
|
preference = if ifi.name == "tengb0" then "high" else "medium";
|
||||||
|
|
Loading…
Reference in a new issue