MyNixOS website logo
option

services.kismet.extraConfig

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.

Declarations
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
''