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; };