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