From 679e369ba26ea24659f5594e358688874c4f46da Mon Sep 17 00:00:00 2001 From: Scriptkiddi Date: Fri, 29 Jan 2021 13:04:50 +0100 Subject: [PATCH] nixos/hostapd: add interface type --- nixos/modules/services/networking/hostapd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/hostapd.nix b/nixos/modules/services/networking/hostapd.nix index e9569b2ba6b..f719ff59cc7 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 hostapd will use. '';