Fix live-usb networking configuration conflict

Disable networking.wireless to prevent conflict with NetworkManager.
The installation-cd-minimal base enables both, causing a build failure.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-08 13:10:07 -08:00
parent fad6e61aac
commit d87793d39b

View File

@@ -65,6 +65,8 @@
# Enable NetworkManager for easy wifi setup # Enable NetworkManager for easy wifi setup
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
# Disable wireless networking (conflicts with NetworkManager)
networking.wireless.enable = false;
# Enable SSH daemon for remote access # Enable SSH daemon for remote access
services.openssh = { services.openssh = {