From b92ecbd6c974c80c3a9856d1292a1bd80a22e9c4 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 10 Sep 2022 23:37:05 -0500 Subject: [PATCH] eve | remove wpa entries --- eve/configuration.nix | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/eve/configuration.nix b/eve/configuration.nix index 71bf371..4331808 100644 --- a/eve/configuration.nix +++ b/eve/configuration.nix @@ -21,24 +21,7 @@ networking.networkmanager.wifi.powersave = true; networking.useDHCP = false; networking.interfaces.wlp1s0.useDHCP = true; - networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - networking.wireless.networks = { - duckland.org = { - psk = "abababab"; - }; - duckphone = { - psk = "abababab"; - }; - fredwashere = { - psk = "abababab"; - }; - JPMCVisitor = { - psk = "jpmorganchase"; - }; - VMA-Guest-5G = { - psk = "ikickhere"; - }; - }; + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Set your time zone. time.timeZone = "America/Chicago";