From d4184b882ef07d010268f49a2c207c063fc566bf Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Apr 2026 23:56:28 -0500 Subject: [PATCH] test z2w --- modules/hosts/z2w/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/z2w/core.nix b/modules/hosts/z2w/core.nix index 5fc6cb0..fd6b4ac 100644 --- a/modules/hosts/z2w/core.nix +++ b/modules/hosts/z2w/core.nix @@ -24,8 +24,8 @@ networking = { hostName = lib.mkDefault "z2w"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; - networkmanager.enable = true; - wireless.enable = lib.mkForce false; + #networkmanager.enable = true; + #wireless.enable = lib.mkForce false; };