From 7f2a70758b2c530391b05fff3f3dbbfc0c380c54 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Tue, 16 Sep 2025 00:57:15 +0200 Subject: [PATCH] docs: clarify VM vs hardware WiFi expectations The VM uses QEMU user-mode networking which provides virtual Ethernet, not WiFi hardware. WiFi configuration will only be available on real hardware with actual WiFi adapters in the live USB environment. --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 4ad7a12..3725eff 100644 --- a/common.nix +++ b/common.nix @@ -369,7 +369,7 @@ isoConfig git networkmanager networkmanagerapplet # Network Manager GUI for GNOME - gnome.gnome-control-center # GNOME Settings (includes network panel) + gnome-control-center # GNOME Settings (includes network panel) iwd # iNet wireless daemon for better WiFi support docker docker-compose