mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #111155 from helsinki-systems/hostapd
nixos/hostapd: add interface type
This commit is contained in:
commit
532dd98cdb
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ in
|
|||
interface = mkOption {
|
||||
default = "";
|
||||
example = "wlp2s0";
|
||||
type = types.str;
|
||||
description = ''
|
||||
The interfaces <command>hostapd</command> will use.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue