From 70f8f5ecfd13056f02b72aa72fc9e09269c0ef58 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 7 Mar 2023 19:11:25 +0000 Subject: [PATCH] remove hostapd debugging flag --- pkgs/liminix-tools/networking/hostapd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/liminix-tools/networking/hostapd.nix b/pkgs/liminix-tools/networking/hostapd.nix index 83acc48..d57b0a9 100644 --- a/pkgs/liminix-tools/networking/hostapd.nix +++ b/pkgs/liminix-tools/networking/hostapd.nix @@ -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}"; }