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

View File

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