Clatd
services.clatd.enable
Whether to enable clatd.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/clatd.nix
services.clatd.package
The clatd package to use.
Type: package
Default
pkgs.clatd
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/clatd.nix
services.clatd.settings
Configuration of clatd. See clatd Documentation.
Type: attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{plat-prefix = "64:ff9b::/96";}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/clatd.nix