From 91b00fe4ff02969ea53fd281e10f7ad137eda508 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 10 Sep 2022 23:37:05 -0500 Subject: [PATCH] dragon | remove wpa entries --- dragon/configuration.nix | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/dragon/configuration.nix b/dragon/configuration.nix index 3f49960..7a22293 100644 --- a/dragon/configuration.nix +++ b/dragon/configuration.nix @@ -21,24 +21,7 @@ networking.networkmanager.wifi.powersave = true; networking.useDHCP = false; networking.interfaces.wlo1.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";