remove hostapd debugging flag

module-based-network
Daniel Barlow 2023-03-07 19:11:25 +00:00
parent c046c39613
commit 70f8f5ecfd
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ let
in longrun {
inherit name;
dependencies = [ interface ];
run = "${hostapd}/bin/hostapd -d -i ${interface.device} -P /run/${name}.pid -S ${conf}";
run = "${hostapd}/bin/hostapd -i ${interface.device} -P /run/${name}.pid -S ${conf}";
}