From 3f9e9e15e93de8e64b21d22152d73180fb53ada7 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 18 Oct 2023 23:07:27 +0200 Subject: [PATCH] shinobu/router: Disable hostapd The wireless card only supports one AP, so I switched to an OpenWRT stanadlone AP. --- machines/shinobu/services/router/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/shinobu/services/router/default.nix b/machines/shinobu/services/router/default.nix index c1355f5..0e2e368 100644 --- a/machines/shinobu/services/router/default.nix +++ b/machines/shinobu/services/router/default.nix @@ -30,7 +30,7 @@ in ./dnsmasq.nix ./nft.nix ./tc.nix - ./wlan.nix + #./wlan.nix ]; boot.kernel.sysctl = {