Merge pull request #111155 from helsinki-systems/hostapd
nixos/hostapd: add interface type
This commit is contained in:
commit
532dd98cdb
@ -68,6 +68,7 @@ in
|
||||
interface = mkOption {
|
||||
default = "";
|
||||
example = "wlp2s0";
|
||||
type = types.str;
|
||||
description = ''
|
||||
The interfaces <command>hostapd</command> will use.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user