services.radvd.config

The contents of the radvd configuration file.

Type
strings concatenated with "\n"
Example
''
  interface eth0 {
    AdvSendAdvert on;
    prefix 2001:db8:1234:5678::/64 { };
  };
''
Declared
<nixpkgs/nixos/modules/services/networking/radvd.nix>