From 50c3ac2314c698403ce118099e50ccaa56ec5f6d Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Wed, 6 Jan 2021 13:00:21 -0500 Subject: [PATCH] nixos/routnerr-2: disable CoreRAD verbose logs 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 d7d16a1..8a33fb5 100644 --- a/nixos/routnerr-2/corerad.nix +++ b/nixos/routnerr-2/corerad.nix @@ -35,9 +35,6 @@ in { # Configure a higher preference for interfaces with more bandwidth. preference = ifi.preference; - # Enable verbose logs so we can identify client solicitation patterns. - verbose = true; - # Advertise all /64 prefixes on the interface. prefix = [{ prefix = "::/64"; }];