nixos/hostapd: add interface type

This commit is contained in:
Scriptkiddi 2021-01-29 13:04:50 +01:00
parent e5ce05cc1e
commit 679e369ba2
No known key found for this signature in database
GPG key ID: F7FBBF6334AF4872

View file

@ -68,6 +68,7 @@ in
interface = mkOption {
default = "";
example = "wlp2s0";
type = types.str;
description = ''
The interfaces <command>hostapd</command> will use.
'';