nixos/yggdrasil: fix radvd example in manual

The Radvd "AdvDefaultLifetime" option should never be set to 0.
This commit is contained in:
Emery Hemingway 2022-02-05 23:16:46 +01:00
parent 533f3e200f
commit e0fa89109b

View File

@ -84,7 +84,6 @@ in {
interface eth0
{
AdvSendAdvert on;
AdvDefaultLifetime 0;
prefix ${prefix}::/64 {
AdvOnLink on;
AdvAutonomous on;