services.radvd.config

NixOS option

The contents of the radvd configuration file.

type: strings concatenated with "\n"
Example
''
  interface eth0 {
    AdvSendAdvert on;
    prefix 2001:db8:1234:5678::/64 { };
  };
''
declared in: nixos/modules/services/networking/radvd.nixView source on NixOS/nixpkgs →