diff --git a/common.nix b/common.nix index 008c019..adb3c95 100644 --- a/common.nix +++ b/common.nix @@ -229,9 +229,9 @@ isoConfig # Network Configuration networking = { - wireless.enable = false; networkmanager = { enable = true; + wifi.enable = true; dns = "none"; # We use dnsmasq ensureProfiles = { environmentFiles = [ "/etc/NetworkManager/workshop-wifi.env" ];