From d8232091ab53b6104e24712cad0617c30f202095 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Apr 2026 22:07:17 -0500 Subject: [PATCH] test z2w --- modules/hosts/z2w/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;