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
commit 532dd98cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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