diff --git a/modules/hosts/z2w/core.nix b/modules/hosts/z2w/core.nix index 4f21b66..5fc6cb0 100644 --- a/modules/hosts/z2w/core.nix +++ b/modules/hosts/z2w/core.nix @@ -25,9 +25,9 @@ hostName = lib.mkDefault "z2w"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; networkmanager.enable = true; + wireless.enable = lib.mkForce false; }; - wireless.enable = lib.mkForce false; /*hardware = { bluetooth.enable = true;