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}"; }