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