Merge pull request #111155 from helsinki-systems/hostapd
nixos/hostapd: add interface type
Sandro 4 years ago 532dd98c 32fb3b7b
··· 68 68 interface = mkOption { 69 69 default = ""; 70 70 example = "wlp2s0"; 71 71 + type = types.str; 71 72 description = '' 72 73 The interfaces <command>hostapd</command> will use. 73 74 '';