Merge pull request #111155 from helsinki-systems/hostapd

nixos/hostapd: add interface type
This commit is contained in:
Sandro
2021-01-29 17:47:39 +01:00
committed by GitHub
@@ -68,6 +68,7 @@ in
interface = mkOption { interface = mkOption {
default = ""; default = "";
example = "wlp2s0"; example = "wlp2s0";
type = types.str;
description = '' description = ''
The interfaces <command>hostapd</command> will use. The interfaces <command>hostapd</command> will use.
''; '';