From ff602fa5f8809742863e390f48288f12d09ee7af Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Thu, 27 Aug 2020 15:10:39 -0400 Subject: [PATCH] nixos/routnerr-2: remove CoreRAD managed flag Signed-off-by: Matt Layher --- nixos/routnerr-2/corerad.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/routnerr-2/corerad.nix b/nixos/routnerr-2/corerad.nix index 8ef78da..7fa4a2d 100644 --- a/nixos/routnerr-2/corerad.nix +++ b/nixos/routnerr-2/corerad.nix @@ -29,9 +29,6 @@ in { name = ifi.name; advertise = true; - # Use stateless DHCPv6. - other_config = true; - # Configure a higher preference for interfaces with more bandwidth. # TODO: factor out this metric so we don't have to match on name. preference = if ifi.name == "tengb0" then "high" else "medium";