nixos/hostapd: add interface type

This commit is contained in:
Scriptkiddi
2021-01-29 13:04:50 +01:00
parent e5ce05cc1e
commit 679e369ba2

View File

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