services.kismet.extraConfig

NixOS option

Literal Kismet config lines appended to the site config. Note that services.kismet.settings allows you to define all options here using Nix attribute sets.

type: string
Default
""
Example
''
  # Looks like the following in `services.kismet.settings`:
  # wepkey = [ "00:DE:AD:C0:DE:00" "FEEDFACE42" ];
  wepkey=00:DE:AD:C0:DE:00,FEEDFACE42
''
declared in: nixos/modules/services/networking/kismet.nixView source on NixOS/nixpkgs →