MyNixOS website logo
option

services.radvd.config

The contents of the radvd configuration file.

Declarations
Type
strings concatenated with "\n"
Example
''
  interface eth0 {
    AdvSendAdvert on;
    prefix 2001:db8:1234:5678::/64 { };
  };
''