From 5ed7ba5109135a391bc717bcfa37cfe55f60e8f2 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 9 Feb 2024 18:33:39 +0000 Subject: [PATCH] Enable wireless network --- systems/yokai/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/yokai/hardware.nix b/systems/yokai/hardware.nix index b234944..7fe5c89 100644 --- a/systems/yokai/hardware.nix +++ b/systems/yokai/hardware.nix @@ -24,6 +24,8 @@ size = (4 * 1024) + (2 * 1024); }]; + networking.wireless.enable = true; + # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction