summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-29 17:47:39 +0100
committerGitHub <noreply@github.com>2021-01-29 17:47:39 +0100
commit532dd98cdb1e40b5f6e466968d4593efd627bfce (patch)
treeb5ef7710923057542ee32f6068926117dd3d2e0f /nixos
parent32fb3b7bc39a08508e9cbc91869b6d485c1d8040 (diff)
parent679e369ba26ea24659f5594e358688874c4f46da (diff)
Merge pull request #111155 from helsinki-systems/hostapd
nixos/hostapd: add interface type
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/hostapd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/hostapd.nix b/nixos/modules/services/networking/hostapd.nix
index e9569b2ba6b9..f719ff59cc7f 100644
--- a/nixos/modules/services/networking/hostapd.nix
+++ b/nixos/modules/services/networking/hostapd.nix
@@ -68,6 +68,7 @@ in
interface = mkOption {
default = "";
example = "wlp2s0";
+ type = types.str;
description = ''
The interfaces <command>hostapd</command> will use.
'';