From e8ea5a494a01da3f4fab0c9b451d5b5a6ecc42c6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 27 Nov 2020 17:09:24 -0500 Subject: Disable wireless on Biz.Dev --- Biz/Dev/Configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Biz/Dev') diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index 3240c30..58feaef 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -39,18 +39,6 @@ in { useDHCP = false; interfaces.enp1s0.useDHCP = true; interfaces.wlp0s20f0u4.useDHCP = true; - - wireless.enable = true; # Enables wireless support via wpa_supplicant. - wireless.interfaces = [ "wlp0s20f0u4" ]; - wireless.networks = { - Simanet = { - psk = "1123581321"; - }; - Simanet-5g = { - psk = "1123581321"; - priority = 1; - }; - }; }; # Use the systemd-boot EFI boot loader. -- cgit v1.2.3